Home > Back-end >  Customizing Azure Active Directory unauthorized error
Customizing Azure Active Directory unauthorized error

Time:10-21

I have an Enterprise Application registered on Azure Active Directory and I want only certain AAD users to be able to access it. I have created a user group for the authorized users and everything works fine. The users who are not assigned to the application, as expected, can't sign-in and they get an error message like the following after successful authentication. Is it possible to customize this message? I just need to add a support email address.

unauthorised user message

CodePudding user response:

Customization of error message in AzureAD may not be possible as in AADB2C. You may try to give the support email in "sign-in page text and formatting" entry box through enter image description here

Note :Company branding requires azure ad Premium 1, Premium 2, or Office 365 (for Office 365 apps) licenses.

  • Related