Azure Active Directory
An Azure enterprise identity service that provides single sign-on and multi-factor authentication.
16,536 questions
This browser is no longer supported.
Upgrade to Microsoft Edge to take advantage of the latest features, security updates, and technical support.
Hi,
I'm using MSAL/REACT for a SPA, I have an app that requires assignment.
Works fine.
However the error message it gives to users isn't so user friendly.
Is there any way to either customise this message, or catch the error within MSAL before the redirect?
Thanks!
Hi @Colin Robinson , you can use localization string IDs for this. For example from here:
<LocalizedString ElementType="ErrorMessage" StringId="UserMessageIfMissingRequiredElement">Missing required element: {0}</LocalizedString>
Please let me know if you have any questions and I can help you further!
If this answer helped you please mark it as "Verified" so other users can reference it.
Thank you,
James