Using a server back-end web application ("Authroization Code" flow) to allow users to authenticate to my app using Azure/MS logins, I ran into an odd (and google-unhelpful) issue -
Following this guide (written only a few months ago) - https://docs.microsoft.com/en-us/azure/active-directory/develop/v1-protocols-oauth-code When I go to redirect the user to the login page (in this case on my browser, where I'm already logged into the MS online account, I get the following error:
AADSTS500201: We are unable to issue tokens from this API version for a Microsoft account. Please contact the application vendor as they need to use version 2.0 of the protocol to support this.
Googling the error number comes up with very few hits, and googling the error text gives me some hits about 'it's not ready yet' or changing account types, which I'm not entirely sure how to do on my account.
Is it an account issue, or am I redirecting to the wrong URL?