dcblogdev / laravel-microsoft-graph

Laravel package for Microsoft Graph API (Microsoft365)
https://dcblog.dev/docs/laravel-microsoft-graph
Other
120 stars 51 forks source link

Bearer HTTP/1.0 302 Found Cache-Control: no-cache #30

Closed vtzimpl closed 1 year ago

vtzimpl commented 2 years ago

Hello,

Looks very neat and tidy, although have not manage to make it operational yet. It seems like no token is generated (that is what i think). I get the following response image

vtzimpl commented 2 years ago

Hello again, There are 2 key definitions for params array for grant_type in the MsGraphAdmin class. For me it worked when i kept the 'client_credentials' image