-
Notifications
You must be signed in to change notification settings - Fork 1.7k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #1591 from dexidp/google-group-whitelist
connector/google: support group whitelisting
- Loading branch information
Showing
2 changed files
with
22 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -29,6 +29,13 @@ connectors: | |
# hostedDomains: | ||
# - example.com | ||
|
||
# The Google connector supports whitelisting allowed groups when using G Suite | ||
# (Google Apps). The following field can be set to a list of groups | ||
# that can log in: | ||
# | ||
# groups: | ||
# - [email protected] | ||
|
||
# Google does not support the OpenID Connect groups claim and only supports | ||
# fetching a user's group membership with a service account. | ||
# This service account requires an authentication JSON file and the email | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters