Skip to content

Commit 0830fdd

Browse files
authored
Merge pull request #58 from twsouthwick/patch-1
Add 'groups' to id_token and scopes for authelia OIDC
2 parents 5e91499 + 6aeb3dd commit 0830fdd

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

docs/OIDC-Guides/OIDC-Setup-With-Authelia.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,7 @@ claims_policies:
3333
[
3434
"email",
3535
"email_verified",
36+
"groups",
3637
"alt_emails",
3738
"preferred_username",
3839
"name",
@@ -74,6 +75,7 @@ This entry should look like this:
7475
- "openid"
7576
- "email"
7677
- "profile"
78+
- "groups"
7779
userinfo_signed_response_alg: "none"
7880
token_endpoint_auth_method: "client_secret_basic"
7981
```

0 commit comments

Comments
 (0)