Skip to content

Commit

Permalink
Document usage of 'allowedGroups' config in OIDC connector
Browse files Browse the repository at this point in the history
Signed-off-by: Tobias Gmuender <tobias.gmuender@inventage.com>
  • Loading branch information
tgmuender committed Aug 15, 2024
1 parent 65db0b1 commit a706cfe
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions content/docs/connectors/oidc.md
Original file line number Diff line number Diff line change
Expand Up @@ -63,6 +63,11 @@ connectors:
# This can be overridden with the below option
# insecureEnableGroups: true

# Filter users based on membership in the given groups. Authentication will be successful it the user is a member in a least
# one of the specified groups.
# allowedGroups:
# - <value>

# When enabled, the OpenID Connector will query the UserInfo endpoint for additional claims. UserInfo claims
# take priority over claims returned by the IDToken. This option should be used when the IDToken doesn't contain
# all the claims requested.
Expand Down

0 comments on commit a706cfe

Please sign in to comment.