From 1e549caf1535d0343364931e307c27d0337afd14 Mon Sep 17 00:00:00 2001 From: Dennis Gaida <2392217+DennisGaida@users.noreply.github.com> Date: Mon, 14 Mar 2022 13:26:10 +0100 Subject: [PATCH] Small description fix for OIDC groups (#3007) OIDC groups claim actually contains the user's groups, not the user's display name. --- docs/configuration/identity-providers/oidc.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/configuration/identity-providers/oidc.md b/docs/configuration/identity-providers/oidc.md index 0a0dced86..08da3aceb 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