Hi
Microsoft (very) recently made some changes in there oauth2 infrastructure. The big benefit is that you can use both your live passport and you azure account to login using the same code (Azure accounts are used by many business). However there seems to be some differences in the protocol compared to the current one?
I'm new to oauth so i haven't managed to understand the differences yet. but there are at lest new urls to use and you need to register a new application at Microsoft.
dialog_url=https://login.microsoftonline.com/common/oauth2/v2.0/authorize
access_token_url=https://login.microsoftonline.com/common/oauth2/v2.0/token
Microsoft Help page:
docs.microsoft.com/en-gb/azure/acti
...
Do i dare to put out a feature request? This would be perfect addition then developing for enterprise customers.