knpuniversity / oauth2-client-bundle

Easily talk to an OAuth2 server for social functionality in Symfony
https://symfonycasts.com
MIT License
787 stars 145 forks source link

Invalid state parameter passed in callback URL. Azure #402

Closed mohamedTaiebBsf closed 1 year ago

mohamedTaiebBsf commented 1 year ago

How to fix that invalid state with azure oauth

weaverryan commented 1 year ago

A lot of things could cause this - you can check out https://github.com/knpuniversity/oauth2-client-bundle/issues/347 for some clues for other users.

Cheers!