Skip to content

Commit 9f3db9a

Browse files
authored
Merge pull request #232698 from rolyon/rolyon-aadroles-app-register-troubleshoot
[Azure AD roles] Application registration troubleshoot
2 parents 9ceed81 + 03db3b4 commit 9f3db9a

File tree

2 files changed

+26
-1
lines changed

2 files changed

+26
-1
lines changed

articles/active-directory/roles/delegate-app-roles.md

Lines changed: 26 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ ms.service: active-directory
99
ms.workload: identity
1010
ms.subservice: roles
1111
ms.topic: how-to
12-
ms.date: 11/04/2020
12+
ms.date: 03/30/2023
1313
ms.author: rolyon
1414
ms.reviewer: vincesm
1515
ms.custom: it-pro
@@ -80,6 +80,31 @@ Tips when creating and using custom roles for delegating application management:
8080

8181
For more information on the basics of custom roles, see the [custom roles overview](custom-overview.md), as well as how to [create a custom role](custom-create.md) and how to [assign a role](custom-assign-powershell.md).
8282

83+
## Troubleshoot
84+
85+
### Symptom - Access denied when you try to register an application
86+
87+
When you try to register an application in Azure AD, you get a message similar to the following:
88+
89+
```
90+
Access denied
91+
You do not have access
92+
You don't have permission to register applications in the <directoryName> directory. To request access, contact your administrator.
93+
```
94+
95+
:::image type="content" source="media/delegate-app-roles/app-registrations-access-denied.png" alt-text="Screenshot of access denied message when trying to create a new app registration." lightbox="media/delegate-app-roles/app-registrations-access-denied.png":::
96+
97+
**Cause**
98+
99+
You can't register the application in the directory because your directory administrator has [restricted who can create applications](#restrict-who-can-create-applications).
100+
101+
**Solution**
102+
103+
Contact your administrator to do one of the following:
104+
105+
- Grant you permissions to create and consent to applications by [assigning you the Application Developer role](#grant-individual-permissions-to-create-and-consent-to-applications-when-the-default-ability-is-disabled).
106+
- Create the application registration for you and [assign you as the application owner](#assign-application-owners).
107+
83108
## Next steps
84109

85110
- [Application registration subtypes and permissions](custom-available-permissions.md)
32.7 KB
Loading

0 commit comments

Comments
 (0)