Skip to content

Commit f327163

Browse files
committed
fix warnings
1 parent a2f51b4 commit f327163

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

articles/active-directory/develop/TOC.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@
3636
- name: Permissions and consent overview
3737
href: permissions-consent-overview.md
3838
- name: Delegated access
39-
href: delegated-access.md
39+
href: delegated-access-primer.md
4040
- name: Scopes and permissions
4141
href: scopes-oidc.md
4242
- name: "Authorization options: ACLs, RBAC, ABAC"

articles/active-directory/develop/permissions-consent-overview.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ As an application developer, you must identify how your application will access
2828

2929
### Delegated access (access on behalf of a user)
3030

31-
In this access scenario, a user has signed into a client application. The client application accesses the resource on behalf of the user. Delegated access requires delegated permissions. Both the client and the user must be authorized separately to make the request. For more information about the delegated access scenario, see [delegated access scenario](delegated-access.md).
31+
In this access scenario, a user has signed into a client application. The client application accesses the resource on behalf of the user. Delegated access requires delegated permissions. Both the client and the user must be authorized separately to make the request. For more information about the delegated access scenario, see [delegated access scenario](delegated-access-primer.md).
3232

3333
For the client app, the correct delegated permissions must be granted. Delegated permissions can also be referred to as scopes. Scopes are permissions for a given resource that represent what a client application can access on behalf of the user.For more information about scopes, see [scopes and permissions](v2-permissions-and-consent.md#scopes-and-permissions).
3434

@@ -82,6 +82,6 @@ Depending on the permissions they require, some applications might require an ad
8282
Preauthorization allows a resource application owner to grant permissions without requiring users to see a consent prompt for the same set of permissions that have been preauthorized. This way, an application that has been preauthorized won't ask users to consent to permissions. Resource owners can preauthorize client apps in the Azure portal or by using PowerShell and APIs, like Microsoft Graph.
8383

8484
## Next steps
85-
- [Delegated access scenario](delegated-access.md)
85+
- [Delegated access scenario](delegated-access-primer.md)
8686
- [User and admin consent overview](../manage-apps/consent-and-permissions-overview.md)
8787
- [OpenID connect scopes](scopes-oidc.md)

0 commit comments

Comments
 (0)