diff --git a/docs/configuration/identity-providers/oidc.md b/docs/configuration/identity-providers/oidc.md index 0a0dced8..08da3ace 100644 --- a/docs/configuration/identity-providers/oidc.md +++ b/docs/configuration/identity-providers/oidc.md @@ -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