Skip to content

Commit d399662

Browse files
committed
Document usage of 'allowedGroups' config in OIDC connector
1 parent 65db0b1 commit d399662

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

content/docs/connectors/oidc.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -63,6 +63,11 @@ connectors:
6363
# This can be overridden with the below option
6464
# insecureEnableGroups: true
6565

66+
# Filter users based on membership in the given groups. Authentication will be successful it the user is a member in a least
67+
# one of the specified groups.
68+
# allowedGroups:
69+
# - <value>
70+
6671
# When enabled, the OpenID Connector will query the UserInfo endpoint for additional claims. UserInfo claims
6772
# take priority over claims returned by the IDToken. This option should be used when the IDToken doesn't contain
6873
# all the claims requested.

0 commit comments

Comments
 (0)