Skip to content

Commit 2dd2044

Browse files
authored
Merge pull request #159357 from MicrosoftDocs/JasonWHowell-patch-2
Update developer-guide-conditional-access-authentication-context.md
2 parents 795e223 + d5b2377 commit 2dd2044

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

articles/active-directory/develop/developer-guide-conditional-access-authentication-context.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@ Second: The developers of an application planning to use Conditional Access auth
7676

7777
These steps are the changes that you need to carry in your code base. The steps broadly comprise of
7878

79-
- Query MS Graph to list all the available auth contexts [conditionalaccess resource type](/graph/api/resources/conditionalaccessroot?view=graph-rest-beta).
79+
- Query MS Graph to list all the available auth contexts [conditionalaccess resource type](/graph/api/resources/conditionalaccessroot?view=graph-rest-beta&preserve-view=true).
8080
- Allow IT admins to select sensitive/ high-privileged operations and assign them against the available auth contexts.
8181
- Save this mapping information in your database, per tenant, unless your application is going to ever be used in a single tenant.
8282

@@ -235,6 +235,6 @@ Do not use auth context where the app itself is going to be a target of Conditio
235235
- [Use the Conditional Access auth context to perform step-up authentication for high-privilege operations in a Web API](https://github.com/Azure-Samples/ms-identity-ca-auth-context/blob/main/README.md)
236236
- [Conditional Access authentication context](../conditional-access/concept-conditional-access-cloud-apps.md#authentication-context-preview)
237237
- [Claims challenge, claims request, and client capabilities in the Microsoft Identity Platform](claims-challenge.md)
238-
- [Using authentication context with Microsoft Information Protection and SharePoint](/microsoft-365/compliance/sensitivity-labels-teams-groups-sites?view=o365-worldwide#more-information-about-the-dependencies-for-the-authentication-context-option)
238+
- [Using authentication context with Microsoft Information Protection and SharePoint](/microsoft-365/compliance/sensitivity-labels-teams-groups-sites#more-information-about-the-dependencies-for-the-authentication-context-option)
239239
- [Authentication flows and application scenarios](authentication-flows-app-scenarios.md)
240240
- [How to use Continuous Access Evaluation enabled APIs in your applications](app-resilience-continuous-access-evaluation.md)

0 commit comments

Comments
 (0)