Forum Discussion
BitMan
May 05, 2025Copper Contributor
Azure Entra External ID - Password policy
Hi All, I am investigating using Azure Entra External ID as an external identity provider for a web app but I want to be able to set the password policy for password reset etc but cant find anything...
Kidd_Ip
May 06, 2025MVP
The default error message, "You can't sign in here with a personal account. Use your work or school account instead," may not accurately reflect the reason for a failed login attempt, potentially causing confusion for users. While Azure Entra External ID does not offer a direct method for modifying this message, custom authentication extensions can be leveraged to intercept and refine error handling within the authentication flow. Specifically:
- OnAttributeCollectionSubmit: Enables validation and the configuration of custom error messages during the sign-up process.
- Localization XML: Allows modifications to localized strings, enabling adjustments to error messages displayed during sign-in failures.