Skip to content

Commit c0c4489

Browse files
authored
Merge pull request #98601 from kalyankrishna1/patch-12
Update app-resilience-continuous-access-evaluation.md
2 parents bfbd88f + f6eb985 commit c0c4489

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

articles/active-directory/develop/app-resilience-continuous-access-evaluation.md

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -159,9 +159,13 @@ const msalInstance = new PublicClientApplication(msalConfig);
159159

160160
You can test your application by signing in a user and then using the Azure portal to revoke the user's session. The next time the app calls the CAE-enabled API, the user will be asked to reauthenticate.
161161

162+
## Code samples
163+
164+
- [React single-page application using MSAL React to sign-in users against Azure Active Directory](https://github.com/Azure-Samples/ms-identity-javascript-react-tutorial/tree/main/2-Authorization-I/1-call-graph)
165+
- [Enable your ASP.NET Core web app to sign in users and call Microsoft Graph with the Microsoft identity platform](https://github.com/Azure-Samples/active-directory-aspnetcore-webapp-openidconnect-v2/tree/master/2-WebApp-graph-user/2-1-Call-MSGraph)
166+
162167
## Next steps
163168

164169
- [Continuous access evaluation](../conditional-access/concept-continuous-access-evaluation.md) conceptual overview
165170
- [Claims challenges, claims requests, and client capabilities](claims-challenge.md)
166-
- [React single-page application using MSAL React to sign-in users against Azure Active Directory](https://github.com/Azure-Samples/ms-identity-javascript-react-tutorial/tree/main/2-Authorization-I/1-call-graph)
167-
- [Enable your ASP.NET Core web app to sign in users and call Microsoft Graph with the Microsoft identity platform](https://github.com/Azure-Samples/active-directory-aspnetcore-webapp-openidconnect-v2/tree/master/2-WebApp-graph-user/2-1-Call-MSGraph)
171+

0 commit comments

Comments
 (0)