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

A .NET MVC web application that uses OpenID Connect to sign-in users from a single Azure Active Directory tenant.
159 stars 109 forks source link

Hotmail account not working with azure aad #28

Closed ppk112 closed 7 years ago

ppk112 commented 8 years ago

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.

danieldobalian commented 7 years ago

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