Skip to content

Commit 7476b87

Browse files
committed
update images for each access scenario and overview
1 parent 9895daf commit 7476b87

File tree

6 files changed

+2
-2
lines changed

6 files changed

+2
-2
lines changed

articles/active-directory/develop/app-only-access-primer.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ In most cases, application-only access is broader and more powerful than [delega
3030

3131
In contrast, you should never use application-only access where a user would normally sign in to manage their own resources. These types of scenarios must use delegated access to be least privileged.
3232

33-
![Diagram shows illustration of application permissions vs delegated permissions.](./media/permissions-consent-overview/delegated-app-only-permissions.png)
33+
![Diagram shows illustration of application permissions vs delegated permissions.](./media/app-only-access-primer/app-only-access.png)
3434

3535

3636

articles/active-directory/develop/delegated-access-primer.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ People frequently use different applications to access their data from cloud ser
2525

2626
Use delegated access whenever you want to let a signed-in user work with their own resources or resources they can access. Whether it’s an admin setting up policies for their entire organization or a user deleting an email in their inbox, all scenarios involving user actions should use delegated access.
2727

28-
![Diagram shows illustration of delegated permissions vs application permissions.](./media/permissions-consent-overview/delegated-app-only-permissions.png)
28+
![Diagram shows illustration of delegated access scenario.](./media/delegated-access-primer/delegated-access.png)
2929

3030
In contrast, delegated access is usually a poor choice for scenarios that must run without a signed-in user, like automation. It may also be a poor choice for scenarios that involve accessing many users’ resources, like data loss prevention or backups. Consider using [application-only access](permissions-consent-overview.md) for these types of operations.
3131

28.6 KB
Loading
38.8 KB
Loading
-159 KB
Loading

0 commit comments

Comments
 (0)