Small description fix for OIDC groups (#3007)

OIDC groups claim actually contains the user's groups, not the user's display name.
pull/3008/head^2
Dennis Gaida 2022-03-14 13:26:10 +01:00 committed by GitHub
parent b43ee50368
commit 1e549caf15
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -441,7 +441,7 @@ This scope includes the groups the authentication backend reports the user is a
| Claim | JWT Type | Authelia Attribute | Description |
|:------:|:-------------:|:------------------:|:----------------------:|
| groups | array[string] | groups | The users display name |
| groups | array[string] | groups | List of user's groups discovered via [authentication](https://www.authelia.com/docs/configuration/authentication/) |
### email