Skip to content

Commit 45cf1dc

Browse files
authored
Update assign-roles-microsoft-graph.md
1 parent dc74c96 commit 45cf1dc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

articles/static-web-apps/assign-roles-microsoft-graph.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -180,7 +180,7 @@ There's a function named *GetRoles* in the app's API. This function uses the use
180180
| `rolesSource` | The URL where the login process gets a list of available roles. For the sample application the URL is `/api/GetRoles`. |
181181
| `userDetailsClaim` | The URL of the schema used to validate the login request. |
182182
| `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. |
184184
| `clientSecretSettingName` | Your Microsoft Entra client secret value. |
185185
| `loginParameters` | To obtain an access token for Microsoft Graph, the `loginParameters` field must be configured with `resource=https://graph.microsoft.com`. |
186186

0 commit comments

Comments
 (0)