简体   繁体   中英

Is there a role that allows me to access the app page (after app registration) to manage the app related info? I'm not admin

Understand that there is control on Azure portal that allow non-admin to register app but admin are not opening up the access to all people. Is there a way that admin give me access to the app that I own? I need to perform tasks and going through admin is taking substantial overhead.

If you are just a general user and own the registered app, you can access and manage it without any specific role.

Make sure the admin team add you as the owner of the registered apps.

You could grant/get yourself granted one of the below roles:

Application Administrator:

Users in this role can create and manage all aspects of enterprise applications, application registrations, and application proxy settings.

Cloud Application Administrator:

Users in this role have the same permissions as the Application Administrator role, excluding the ability to manage application proxy.

This problem is due to the following:

If the user setting " Restrict access to Azure AD administration portal " is set to Yes, non-admin users will not be able to use the Azure portal to manage the applications they own.

Owned application registrations shows Application Owners only get Update , Delete , and Restore permissions, without any corresponding Read access!

The official solution is to add the Application Owners to the Directory Readers role, which likely gives you more access than is really required:

Directory Readers

Users in this role can read basic directory information. This role should be used for:

  • Granting a specific set of guest users read access instead of granting it to all guest users.
  • Granting a specific set of non-admin users access to Azure portal when "Restrict access to Azure AD portal to admins only" is set to "Yes".
  • Granting service principals access to directory where Directory.Read.All is not an option.

Your admins can however create a new custom role , for example:

Name: Application Reader

Permission Description
microsoft.directory/applications/standard/read Read standard properties of applications.

You should then be able to access the App Registrations page, while only being able to amend the apps you own.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM