3pillarlabs / socialauth

Java Library for authentication, getting profile, contacts and updating status on Google, Yahoo, Facebook, Twitter, LinkedIn, and many more providers.
https://3pillarlabs.github.io/socialauth/
MIT License
249 stars 141 forks source link

Hotmail login doesn't work - Endpoints changed #108

Open thameema opened 7 years ago

thameema commented 7 years ago

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

thameema commented 7 years ago

No one to address this issue? This issue has been open for 5 days ...