I know we can allow Microsoft Account login to asp.net
How about Office 365 business staff (same @xxx.com) to login ?
Thanks
HI hkbeer,
The simplest way is to use `Work or School Accounts ` Authentication template when creating the web application .
Or you can uses OpenID Connect to sign in users from a single Azure Active Directory tenant, using the ASP.Net OpenID Connect OWIN middleware :
https://github.com/Azure-Samples/active-directory-dotnet-webapp-openidconnect
Best Regards,
Nan Yu