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: 4-Deployment/2-deploy-static/README.md
+2-6Lines changed: 2 additions & 6 deletions
Original file line number
Diff line number
Diff line change
@@ -78,17 +78,13 @@ The first thing that we need to do is to declare the unique [resource](https://d
78
78
- Keep **State** as **Enabled**.
79
79
- Select the **Add scope** button on the bottom to save this scope.
80
80
1. In the app's registration screen, select the **API permissions** blade in the left to open the page where we add access to the APIs that your application needs.
81
-
- Select the **Add a permission** button and then,
82
-
- Ensure that the **Microsoft APIs** tab is selected.
83
-
- In the *Commonly used Microsoft APIs* section, select **Microsoft Graph**
84
-
- In the **Delegated permissions** section, select the **User.Read** in the list. Use the search box if necessary.
85
-
- Select the **Add permissions** button at the bottom.
81
+
- Keep the Graph API User.Read permission, already provided by default.
86
82
- Select the **Add a permission** button and then,
87
83
- Ensure that the **My APIs** tab is selected.
88
84
- In the list of APIs, select the API `msal-react-spa`.
89
85
- In the **Delegated permissions** section, select the **Access 'msal-react-spa'** in the list. Use the search box if necessary.
90
86
- Select the **Add permissions** button at the bottom.
91
-
1. In the app's registration screen, select the **Manifest** blade. Then:
87
+
2. In the app's registration screen, select the **Manifest** blade. Then:
92
88
- Find the key `"accessTokenAcceptedVersion"` and replace the existing value with **2** i.e. `"accessTokenAcceptedVersion": 2`.
93
89
94
90
#### Configure the app (msal-react-spa) to use your app registration
0 commit comments