Azure-Samples/active-directory-dotnet-webapp-openidconnect

Hotmail account not working with azure aad

Closed this issue · 1 comments

Hi,

I tried my Hotmail/live account, not able to authenticate but organizational account works fine. Is there anything I need to do for Hotmail or live account?

Thanks.

In order to use a hotmail or live account you have to use the converged endpoint (v2 apps). Below is an OIDC .NET sample using v2 that should be what you need.

https://github.com/Azure-Samples/active-directory-dotnet-webapp-openidconnect-v2