Sean Kearon
Sean Kearon

Reputation: 11427

Password management in Azure AD B2C Free Tier

Is it possible to reset or change a user's password in Azure AD B2C Free Tier? If so, is there an example of how to do that?

This page seems to indicate that this is only available as paid options.

Upvotes: 1

Views: 64

Answers (1)

juunas
juunas

Reputation: 58753

B2C is a separate service from Azure AD (though it runs on top of Azure AD). The page you linked is for Azure AD, not B2C.

B2C allows users to reset their password by themselves if you enable the policy for that and configure it in your app: https://learn.microsoft.com/en-us/azure/active-directory-b2c/active-directory-b2c-reference-policies#create-a-password-reset-policy.

You can find pricing for B2C here: https://azure.microsoft.com/en-us/pricing/details/active-directory-b2c/

Upvotes: 3

Related Questions