简体   繁体   中英

Microsoft alternative to Auth0

Does Microsoft have any services that is similar to Auth0? Something that does not require me to host my entire application on Azure.

You dont have to host anything on Microsoft, You can use its Federation services for authentication and host you application on AWS.

Microsoft provides Azure AD and Azure B2c for federation, depending on your use case you can pick one of it. B2C is used for customer facing applications and AD can be used for internal(Within the company) federation.

You can start by reading some of their docs

https://docs.microsoft.com/en-us/azure/active-directory/develop/active-directory-authentication-scenarios

https://docs.microsoft.com/en-us/azure/active-directory-b2c/active-directory-b2c-overview

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM