Skip to content

Commit

Permalink
doc: add screen shot of the client app
Browse files Browse the repository at this point in the history
  • Loading branch information
a.civier committed May 3, 2024
1 parent 0433c80 commit 57f0795
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,8 @@

This starter kit is a boilerplate based on the https://github.com/Azure-Samples/ms-identity-ciam-javascript-tutorial/tree/main/2-Authorization/1-call-api-react. It demonstrates how to build a web application with a React SPA (Single Page Application) client and a .NET 8 backend, leveraging Azure AD and MSAL for authentication. For detailed guidance on configuring Azure AD and MSAL, please refer to the [there](https://github.com/Azure-Samples/ms-identity-ciam-javascript-tutorial/tree/main/2-Authorization/1-call-api-react).

![app screenshot](docs/app-screenshot.png)

# Scenario
1. The client **React SPA** uses the to sign-in a user and obtain a JWT ID Token from Azure AD for Customers.
2. The **ID Token** proves that the user has successfully authenticated against Azure AD for Customers.
Expand Down
Binary file added docs/app-screenshot.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 57f0795

Please sign in to comment.