Skip to content

Commit e483fb3

Browse files
authored
Add clarity following GitHub issue
1 parent 284e80e commit e483fb3

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

articles/active-directory/develop/howto-add-app-roles-in-apps.md

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -96,7 +96,7 @@ Confirm that the users and groups you added appear in the **Users and groups** l
9696

9797
## Assign app roles to applications
9898

99-
Once you've added app roles in your application, you can assign an app role to a client app by using the Microsoft Entra admin center or programmatically by using [Microsoft Graph](/graph/api/user-post-approleassignments).
99+
Once you've added app roles in your application, you can assign an app role to a client app by using the Microsoft Entra admin center or programmatically by using [Microsoft Graph](/graph/api/user-post-approleassignments). This is not to be confused with [assigning roles to users](../roles/manage-roles-portal).
100100

101101
When you assign app roles to an application, you create _application permissions_. Application permissions are typically used by daemon apps or back-end services that need to authenticate and make authorized API call as themselves, without the interaction of a user.
102102

@@ -108,8 +108,7 @@ To assign app roles to an application by using the Microsoft Entra admin center:
108108
1. Select the application to which you want to assign an app role.
109109
1. Select **API permissions** > **Add a permission**.
110110
1. Select the **My APIs** tab, and then select the app for which you defined app roles.
111-
1. Select **Application permissions**.
112-
1. Select the role(s) you want to assign.
111+
1. Under **Permission**, select the role(s) you want to assign.
113112
1. Select the **Add permissions** button complete addition of the role(s).
114113

115114
The newly added roles should appear in your app registration's **API permissions** pane.

0 commit comments

Comments
 (0)