You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on May 3, 2024. It is now read-only.
Copy file name to clipboardExpand all lines: 2-Authorization-I/1-call-graph/README.md
+2-2
Original file line number
Diff line number
Diff 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
2
2
3
3
1.[Overview](#overview)
4
4
1.[Scenario](#scenario)
@@ -22,7 +22,7 @@ Here you'll learn how to [sign-in](https://docs.microsoft.com/azure/active-direc
22
22
23
23
## Scenario
24
24
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**.
26
26
2. The access token is used as a *bearer token* to authorize the user to call the **Microsoft Graph API**.
27
27
3. The **Microsoft Graph API** responds with the payload if user is authorized.
0 commit comments