We have a PowerApp portal with Identity provider setup as Local Sign In.
Per new security policy of the organization, they want us to implement Custom password policy such as:
1. Restricting users from setting commonly used passwords
2. Restrict Repeating characters (111, AAA) or patterns (abcabcabc)
3. Restrict Weak, compromised, and commonly-known passwords, such as those on a "banned password" list etc
We did have this Site Setting - Authentication/UserManager/PasswordValidator/EnforcePasswordPolicy, but it doesn't fulfill all of the password policy requirements mentioned above.
Can you please suggest how this custom password policy can be setup ?
Hi @gvnsanthosh
Here is the official link .
There is a completely different set of password policies for Azure B2C on the side navigation. Adding it for your reference.
Hope it helps.
------------
If you like this post, give it a Thumbs up. Where it solved your request, Mark it as a Solution to enable other users to find it.
Thanks for your response. Can you please help guide me to any documentation about what additional password policies Azure B2C would support that is not supported with local sign in ?
For local login there are some password settings (min length, special character etc) but they will not cover most of what you have listed. https://learn.microsoft.com/en-us/power-apps/maker/portals/configure/set-authentication-identity#user-credential-validation
You possibly may be able to get more if you went Azure B2C, but you are limited more with local login