We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 65db0b1 commit d399662Copy full SHA for d399662
content/docs/connectors/oidc.md
@@ -63,6 +63,11 @@ connectors:
63
# This can be overridden with the below option
64
# insecureEnableGroups: true
65
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
+
71
# When enabled, the OpenID Connector will query the UserInfo endpoint for additional claims. UserInfo claims
72
# take priority over claims returned by the IDToken. This option should be used when the IDToken doesn't contain
73
# all the claims requested.
0 commit comments