

To use the B2C credentials to login to the backend a user must go to solution url]/Admin/Access/ExternalAuthentication.aspx – and of course be authorized to log in. Once everything is setup, customers can log in to the frontend using their Azure B2C credentials. registered an application in my B2C tenant and use another app registered in Azure AD for openID connect authentication. Generates more verbose logs for testing and debugging purposesĪfter configuring the provider and saving it you must IIS Reset the solution in order for the login provider to be loaded. Your customers use their preferred social, enterprise, or local account. If both of these checks return negative a new user is created with the email and username sent by Azure. Azure Active Directory B2C provides business-to-customer identity as a service. To check if a user exists the provider first checks the email used (if included in the azure application claims) against the user database, then it checks if the default user name from Azure matches the User.Username in Dynamicweb. Select group(s) for new users to be added to If not checked a returning user may be logged in immediately without being redirected to azure Redirect the login always to an Azure sign in user flow (without registering) When redeeming invitation the user is asked if he has already a B2C login. If left blank the user will be redirected to the first URL set on the Azure application Create an enterprise connection in Auth0 Navigate to Auth0 Dashboard > Authentication > Enterprise, locate Microsoft Azure AD, and select its +. Page to redirect the user to after login.Īny url used here will need to be added to the Azure application redirect urls.
