dcblogdev / laravel-microsoft-graph

Laravel package for Microsoft Graph API (Microsoft365)

Home Page:https://dcblog.dev/docs/laravel-microsoft-graph

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Listener not fired

sirmadboy opened this issue · comments

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.

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

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