We recently received some pentest results that flagged the password reset workflow as being vulnerable to user enumeration. When a user attempts to reset a password we get one of two responses.
If the account doesn't exist, "Password self-service is not available for the user" is returned. If the account DOES exist, you're immediately propmted with your security questions. This will allow an attacker to identify valid accounts in the domain.
Are there any setting available in 2023.2 that will chang the UI and workflow to something like, "If the account exists, you will receive a password reset link in your email" and require that link to access the security questions/reset workflow?