Azure App Service
Azure App Service is a service used to create and deploy scalable, mission-critical web apps.
7,785 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