dcblogdev / laravel-microsoft-graph

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

Listener not fired #15

Closed sirmadboy closed 3 years ago

sirmadboy commented 3 years ago

Hi, I tried to integrate login using ms graph. And I already follow steps from https://docs.dcblog.dev/laravel-microsoft-graph/msgraph/login-with-msgraph But the listener seems not fired because when I check database, there's no new user record.

sirmadboy commented 3 years ago

My fault, I misconfigured my service provider. It's working now.

vizcainomc66 commented 2 years ago

Hi! I have the same problem. Can you post here what was your solution? Maybe I did the same mistake.