We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Implemented hotmail login but it doesn't work anymore. Looks like the Oauth2 endpoints have been changed by microsoft and the new endpoint is https://login.live.com/oauth20_authorize.srf?client_id=CLIENT_ID&scope=SCOPES&response_type=code&redirect_uri=REDIRECT_URI
It may require the response object to be different and the implementation need to be changed.
More details about the new OAuth 2.0 implementation here https://msdn.microsoft.com/en-us/library/hh243647.aspx
The text was updated successfully, but these errors were encountered:
No one to address this issue? This issue has been open for 5 days ...
Sorry, something went wrong.
No branches or pull requests
Implemented hotmail login but it doesn't work anymore. Looks like the Oauth2 endpoints have been changed by microsoft and the new endpoint is
https://login.live.com/oauth20_authorize.srf?client_id=CLIENT_ID&scope=SCOPES&response_type=code&redirect_uri=REDIRECT_URI
It may require the response object to be different and the implementation need to be changed.
More details about the new OAuth 2.0 implementation here https://msdn.microsoft.com/en-us/library/hh243647.aspx
The text was updated successfully, but these errors were encountered: