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
The copied text will be used for Web Application Environment variable - **REACT_APP_MSAL_AUTH_AUTHORITY**.
81
+
> **Note:** For the value of **REACT_APP_MSAL_AUTH_AUTHORITY**, you need to use the full URL: `https://login.microsoftonline.com/<TenantId>`, replacing `<TenantId>` with the value you just copied.
## Step 4: Add Web Application's Client Id to Allowed Client Applications List in API Application Registration
@@ -117,7 +119,7 @@ Now, we will edit and deploy the Web Application Container with updated Environm
117
119
| REACT_APP_MSAL_AUTH_CLIENTID | In Step 2, Client Id for Web |
118
120
| REACT_APP_WEB_SCOPE | In Step 2, Scope Name |
119
121
| REACT_APP_API_SCOPE | In Step 3, Scope Name |
120
-
| REACT_APP_MSAL_AUTH_AUTHORITY |https://login.microsoftonline.com/'TenantId' <br/>*Note: Replace 'TenantId' with the Tenant Id copied in Step 2, point 4*|
122
+
| REACT_APP_MSAL_AUTH_AUTHORITY |https://login.microsoftonline.com/'TenantId' <br/>*Note: Add the whole URL above, replacing <TenantId> with the Tenant Id copied in Step 2, point 4. Do not use just the Tenant Id; the full URL is required.*|
0 commit comments