Limitations on Modifying Enterprise Applications in Azure AD

VADLAMUDI, VAMSHEETH (V.) 20 Reputation points
2024-12-20T19:09:28.19+00:00

Dear Community,

I'm curious about the limitations on modifying Enterprise Applications in Azure AD. Specifically, are there any restrictions on how frequently we can make changes to attributes, ACS, or reply URLs?

I understand that modifying these settings can impact user access, but I'm concerned about potential rate limits or other restrictions that might prevent frequent updates.

Any insights or best practices for managing these changes would be greatly appreciated.

PS: We don't have a dedicated QA environment, so understanding these limitations will help us plan our changes carefully.

Thanks in advance.

Microsoft Entra ID
Microsoft Entra ID
A Microsoft Entra identity service that provides identity management and access control capabilities. Replaces Azure Active Directory.
22,829 questions
0 comments No comments
{count} votes

Accepted answer
  1. Goutam Pratti 1,310 Reputation points Microsoft Vendor
    2024-12-24T09:56:18.9233333+00:00

    Hello @VADLAMUDI, VAMSHEETH (V.) ,

    Thank you for reaching out Microsoft Q&A.

    I understand you are curious about the limitations on modifying Enterprise Applications in Azure AD. Specifically, are there any restrictions on how frequently we can make changes to attributes, ACS, or reply URLs.

    Each application can have up to 256 reply URLs, with each URL being a maximum of 256 characters in length. While there are no specific restrictions on how frequently these URLs can be updated, frequent changes can increase the likelihood of misconfigurations, which may lead to authentication errors. It is crucial to thoroughly test and validate any modifications to avoid potential disruptions.

    Attribute changes are allowed, but there may be some delays in reflecting the updates in token claims.

    Limitations of redirect URIs for Microsoft Entra applications:

    • Redirect URIs must begin with the scheme https, with exceptions for some local host redirect URIs.
    • Redirect URIs are case-sensitive and must match the case of the URL path of your running application.
    • Redirect URIs not configured with a path segment are returned with a trailing slash ('/') in the response. This applies only when the response mode is query or fragment.
    • Redirect URIs that contain a path segment are not appended with a trailing slash in the response.
    • Redirect URIs don't support special characters - ! $ ' ( ) , ;
    • Redirect URIs don't support Internationalized Domain Names
    • Always add redirect URIs to the application object only.
    • Never add redirect URI values to a service principal because these values could be removed when the service principal object syncs with the application object. This could happen due to any update operation that triggers a sync between the two objects.

    Additionally, when you open properties of an Enterprise Applications focus on the options mentioned below:

    • User's image

    If this option is set to yes, then assigned users will be able to sign in to this application, either from My Apps, the User access URL, or by navigating to the application URL directly. If this option is set to no, then no users will be able to sign in to this app, even if they are assigned to it.

    • User's image

    If this option is set to yes, then users and other apps or services must first be assigned this application before being able to access it. If this option is set to no, then all users will be able to sign in, and other apps and services will be able to obtain an access token to this service.

    • User's image

    If this option is set to yes, then assigned users will see the application on My Apps and O365 app launcher. If this option is set to no, then no users will see this application on their My Apps and O365 launcher.

    For more and additional Information: https://zcusa.951200.xyz/en-us/entra/identity-platform/reply-url#what-are-the-restrictions-of-redirect-uris-for-microsoft-entra-applications

    Hope this helps. Do let us know if you any further queries.


    If this answers your query, do click Accept Answer and Yes for was this answer helpful. And, if you have any further query do let us know.

    Regards,
    Goutam Pratti.

    1 person found this answer helpful.

1 additional answer

Sort by: Most helpful
  1. Shikha Ghildiyal 1,855 Reputation points Microsoft Employee
    2024-12-21T05:43:39.0566667+00:00

    Hi Vamsheeth,

    Thanks for reaching out to Microsoft Q&A.

    There are multiple ways to understand how to configure and manage the properties using below options User's image

    Please go through below document to understand each one of them-

    https://zcusa.951200.xyz/en-us/entra/identity/enterprise-apps/add-application-portal-configure?pivots=portal

    https://zcusa.951200.xyz/en-us/entra/identity/enterprise-apps/what-is-application-management

    Please do not forget to "Accept the answer” and “up-vote” wherever the information provided helps you, this can be beneficial to other community members.

    0 comments No comments

Your answer

Answers can be marked as Accepted Answers by the question author, which helps users to know the answer solved the author's problem.