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.
0
votes
1 Answers
0
votes
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 TrustframeworkExtensions.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.