I try to use the Microsoft OAuth, using the most recent ASP.NET templates, by uncommenting UseMicrosoftAccountAuthentication and filling in the parameters in an otherwise almost untouched default SPA template.
I do see "Microsoft" in the list of additional providers, but when I try to click that button I get an invalid_request error by Microsoft Account.
I am using an https-only site (httpsrequired filter at a site level)
I am testing against the published site on azure (so no problem with localhost redirections)
Initially, I test without advanced redirection security (no whitelist of redirect urls).
I have properly selected the OAuth flow being not a mobile client one.
Connecting myself on this account through the microsoft site works properly.
What could possibly go wrong, and how could I get better logs?
Thanks in advance.
Go to the complete details ...