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
Copy file name to clipboardExpand all lines: articles/static-web-apps/assign-roles-microsoft-graph.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -180,7 +180,7 @@ There's a function named *GetRoles* in the app's API. This function uses the use
180
180
| `rolesSource` | The URL where the login process gets a list of available roles. For the sample application the URL is `/api/GetRoles`. |
181
181
| `userDetailsClaim` | The URL of the schema used to validate the login request. |
182
182
| `openIdIssuer` | The Microsoft Entra login route, appended with your tenant ID. |
183
-
| `clientIdSettingName` | Your Microsoft Entra tenant ID. |
183
+
| `clientIdSettingName` | Your Microsoft Entra client ID. |
184
184
| `clientSecretSettingName` | Your Microsoft Entra client secret value. |
185
185
| `loginParameters` | To obtain an access token for Microsoft Graph, the `loginParameters` field must be configured with `resource=https://graph.microsoft.com`. |
0 commit comments