diff options
Diffstat (limited to 'docs/configuration/oidc.md')
-rw-r--r-- | docs/configuration/oidc.md | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/docs/configuration/oidc.md b/docs/configuration/oidc.md index de321a55e..b30cd8410 100644 --- a/docs/configuration/oidc.md +++ b/docs/configuration/oidc.md @@ -79,9 +79,8 @@ oidc-scopes: # Default: false oidc-link-existing: false -# Array of string. If the returned ID token contains a 'groups' claim that -# matches one of the groups in oidc-admin-groups, then this user will be granted -# admin rights on the GtS instance +# Array of string. If the returned ID token contains a 'groups' claim that matches one of the +# groups in oidc-admin-groups, then this user will be granted admin rights on the GtS instance # Default: [] oidc-admin-groups: [] ``` |