
MikeP.85680 (Customer) asked a question.
We have User Enumeration Prevention (UEP) enabled in our org, and it works as expected for the login and password reset flows. However, we've noticed a behavioral inconsistency in the self-service account unlock flow that appears to undermine UEP entirely.
Observed behavior
When a user submits the account unlock form:
1. Account exists: the form immediately pre-selects "Email" with no authenticator list shown.
2. Account does not exist: the form displays a list of available authenticators (email is the only option in our case, but it is presented as a selectable list item).
Expected behavior
The response should be identical regardless of whether the account exists - either always show the authenticator selection list, or always pre-select email. No observable difference should be present between the two states. This is exactly how it works for the Forgot Password scenario btw.
Questions
- Is there a configuration workaround to enforce consistent behavior for the unlock flow?
- Is this a known issue or an acknowledged gap in UEP coverage?

Hello @MikeP.85680 (Customer) Thank you for posting on our Community page!
You are completely right—this observable difference defeats the entire purpose of User Enumeration Prevention (UEP) for that specific flow.
Here is the breakdown of why this is happening and how you can force consistency.
Is this an acknowledged gap?
Yes, this is a known architectural quirk in Okta Identity Engine (OIE). The inconsistency is the result of Okta's UX optimization logic clashing with its security obfuscation logic:
Furthermore, Okta’s official documentation explicitly notes limitations surrounding UEP in recovery flows. Most notably, UEP is completely unsupported in recovery scenarios if your org is using the Okta Account Management Policy (the newer policy framework for managing self-service recovery and authenticator enrollment).
You can also check our doc here :
https://support.okta.com/help/s/article/user-enumeration-prevention-influencing-okta-sspr?language=en_US
Thank you for reaching out to our Community and have a great day!
--
Help others in the community by liking or hitting Select as Best if this response helped you.