diff --git a/docs/OIDC-Guides/OIDC-Setup-With-Authelia.md b/docs/OIDC-Guides/OIDC-Setup-With-Authelia.md index ba6fb7d..4873785 100644 --- a/docs/OIDC-Guides/OIDC-Setup-With-Authelia.md +++ b/docs/OIDC-Guides/OIDC-Setup-With-Authelia.md @@ -33,6 +33,7 @@ claims_policies: [ "email", "email_verified", + "groups", "alt_emails", "preferred_username", "name", @@ -74,6 +75,7 @@ This entry should look like this: - "openid" - "email" - "profile" + - "groups" userinfo_signed_response_alg: "none" token_endpoint_auth_method: "client_secret_basic" ```