API/endpoint to check the given password against the Password strength (Password policy)

Is there an API which checks password strength (Password Policy) set against the Connections → Database → Username-Password-Authentication → Password Policy. Ideally, this endpoint could consume/accept the password and return true or false depending upon the password matches the policy set.

4 Likes

Hello! Welcome to our community.

We don’t have that feature available. We would love to hear more about this on our Product Feedback Page. We really appreciate your ideas.

Thank you.

1 Like

Once you file in the request you should be contacted by one of our product managers within 10 business days. Make sure to provide us much context and justification around your usecase as possible.

This would be very useful for my company as well.

We create accounts in Auth0 with the API during our registration process. We could create our own validator, but it would be better if we could check against the very same rules. If we change something in Auth0, then we also have to change the code. And also time the release to happen at the same time as the config change.