We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 5e91499 + 6aeb3dd commit 0830fddCopy full SHA for 0830fdd
1 file changed
docs/OIDC-Guides/OIDC-Setup-With-Authelia.md
@@ -33,6 +33,7 @@ claims_policies:
33
[
34
"email",
35
"email_verified",
36
+ "groups",
37
"alt_emails",
38
"preferred_username",
39
"name",
@@ -74,6 +75,7 @@ This entry should look like this:
74
75
- "openid"
76
- "email"
77
- "profile"
78
+ - "groups"
79
userinfo_signed_response_alg: "none"
80
token_endpoint_auth_method: "client_secret_basic"
81
```
0 commit comments