olefav / omniauth-microsoft-live

Omniauth OAuth2 strategy.
3 stars 4 forks source link

'invalid_grant' #1

Open jdrago999 opened 8 years ago

jdrago999 commented 8 years ago

I kept getting the dreaded 'invalid_grant' error from Microsoft Live.

Adjusting the code to no longer send a querystring-polluted callback_uri seems to have solved the issue for me.

x-ror commented 6 years ago

@jdrago999 did u fix this problem?

FrancescoArtibani97 commented 5 years ago

himself problem,error = "invalid_grant","error_description":"The provided value for the 'redirect_uri' is not valid. The value must exactly match the redirect URI used to obtain the authorization code." how can i resolve?