简体   繁体   中英

Azure AD B2C password settings

If i am not using the user flow to reset the password or create a user in AD B2C tenant with Azure Active Directory Graph then in this scenario where can I set the password policies ? Is there any menifest for this that needs to be updated.

If you are not using user flow, you should be using custom policy.

In this case, if you want to configure password change, you can refetr to Configure password change using custom policies in Azure Active Directory B2C , which requires you to update the T rustframeworkExtensions.xml file.

If you want to configure the complexity requirements for passwords, see this document: Configure password complexity using custom policies in Azure Active Directory B2C . You will need to update the SignUpOrSignIn.xml file.

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