Skip to content

Commit 41ff5a9

Browse files
authored
Update howto-add-app-roles-in-apps.md
1 parent e216e1b commit 41ff5a9

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ If you have not already done so, you'll need to assign yourself as the applicati
7575
7676
## Assign app roles to applications
7777

78-
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).
78+
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.md).
7979

8080
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.
8181

@@ -127,7 +127,7 @@ App roles are preferred by developers when they want to describe and control the
127127

128128
## Assign users and groups to Microsoft Entra roles
129129

130-
Once you've added app roles in your application, you can assign users and groups to [Microsoft Entra roles](../roles/permissions-reference). Assignment of users and groups to roles can be done through the portal's UI, or programmatically using [Microsoft Graph](/graph/api/user-post-approleassignments). When the users assigned to the various roles sign in to the application, their tokens will have their assigned roles in the `roles` claim.
130+
Once you've added app roles in your application, you can assign users and groups to [Microsoft Entra roles](../roles/permissions-reference.md). Assignment of users and groups to roles can be done through the portal's UI, or programmatically using [Microsoft Graph](/graph/api/user-post-approleassignments). When the users assigned to the various roles sign in to the application, their tokens will have their assigned roles in the `roles` claim.
131131

132132
To assign users and groups to roles by using the Microsoft Entra admin center:
133133

0 commit comments

Comments
 (0)