Skip to content
This repository was archived by the owner on May 3, 2024. It is now read-only.

Commit 9f032be

Browse files
minor edit
1 parent da99455 commit 9f032be

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

2-Authorization-I/1-call-graph/README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# React single-page application using MSAL React to sign-in users against Azure Active Directory
1+
# React single-page application using MSAL React to sign-in users and call Microsoft Graph API
22

33
1. [Overview](#overview)
44
1. [Scenario](#scenario)
@@ -22,7 +22,7 @@ Here you'll learn how to [sign-in](https://docs.microsoft.com/azure/active-direc
2222

2323
## Scenario
2424

25-
1. The client React SPA uses **MSAL React** to sign-in a user and obtain a JWT [access token](https://docs.microsoft.com/azure/active-directory/develop/access-tokens) from **Azure AD**.
25+
1. The client React SPA uses **MSAL React** to sign-in a user and obtain a JWT [access token](https://docs.microsoft.com/azure/active-directory/develop/access-tokens) for Microsoft Graph API from **Azure AD**.
2626
2. The access token is used as a *bearer token* to authorize the user to call the **Microsoft Graph API**.
2727
3. The **Microsoft Graph API** responds with the payload if user is authorized.
2828

0 commit comments

Comments
 (0)