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
parent
b43ee50368
commit
1e549caf15
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in New Issue