Is there a method (API) to query ORY, whether a pa...
# talk-oathkeeper
a
Is there a method (API) to query ORY, whether a password will be accepted or is rejected because of a breach, before actually creating an account?
g
No. You can look into https://haveibeenpwned.com/API/v3 for breach detection.
a
I don’t think this is really what I have in mind. I don’t want to check, whether my email is part of a breach. Ory checks new password when I sign up a new user. I would like to test before actually submitting a sign up flow, whether the password the user entered so far will be accepted by Ory, presenting a green checkmark. Is that possible?
g
No, this is not possible. You can add a feature request with an explanation of your specific usecase here https://github.com/ory/network/issues/new?assignees=&labels=feat&template=FEATURE-REQUEST.yml
r
@gentle-thailand-50068 is it possible to turn this off?
g
I would recommend not to do this. You can tweak your password policies: https://www.ory.sh/docs/concepts/password-policy
s
please see this issue for validating password strength before submission https://github.com/ory/kratos/issues/136
a