erionpc
erionpc

Reputation: 398

Customizing Azure Active Directory unauthorized error

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

Upvotes: 0

Views: 327

Answers (1)

kavya Saraboju
kavya Saraboju

Reputation: 10831

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 Company branding page for AAD sign-in .But this page appears as background in sign in page no matter success or failure of user authentication.

enter image description here

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

Upvotes: 1

Related Questions