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: docs/SETTINGS.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
@@ -222,7 +222,7 @@ Server admins can create/update projects for any project admin.
222
222
223
223
### OIDC_TOKEN_ROLE_PATH
224
224
> description: Specifies the JSONPath expression used to locate the array of user roles within the OIDC ID token. The path starts with `$` to represent the token's root, with each nested level separated by a dot (`.`).
225
-
>For the default value, `$.entirety.roles`, the path is structured as follows:
225
+
>For the default value, `$.entirety.roles`, the path is structured as follows:
226
226
> -`entirety`: A top-level claim object. In our guide, this is named after the OIDC client.
227
227
> -`roles`: The field within the entirety object that contains the array of role strings.
0 commit comments