azureazure-active-directoryazure-ad-b2cmicrosoft-entra-ididentity-provider

User login in Azure hosted webapp


How can I implement user authentication with a username and password in the Azure Cloud while utilizing Microsoft managed services, specifically avoiding the use of a client-managed database for user credentials? The users will not be Microsoft account holders.

Tried using EntraID/Azure AD, but could not find the option to use username and password combo for non Microsoft users.


Solution

  • You can use B2C with another IDP.

    But B2C isn't for integrating with SaaS apps e.g. O365.

    What managed services do you want to use?