Skip to content

Commit

Permalink
Update help docs
Browse files Browse the repository at this point in the history
  • Loading branch information
jrdnbradford committed Sep 22, 2024
1 parent cf709af commit 96723da
Showing 1 changed file with 2 additions and 9 deletions.
11 changes: 2 additions & 9 deletions oauthenticator/google.py
Original file line number Diff line number Diff line change
Expand Up @@ -108,15 +108,8 @@ def _userdata_url_default(self):
allow_nested_groups = Bool(
config=True,
help="""
Allow members of nested Google groups to sign in and/or administer
TLJH. If `True` the authenticator will recursively check a user's
group memberships and allow sign in and/or grant admin rights to
a user that is a member of a group that has nested membership in
any group in `allowed_google_groups` or `admin_google_groups`.
Use of this requires configuration of `gsuite_administrator`, and
`google_service_account_keys`, plus at least `allowed_google_groups`
or `admin_google_groups`.
Include members of nested Google groups in `allowed_google_groups` and
`admin_google_groups` to sign in and/or administer JupyterHub.
""",
)

Expand Down

0 comments on commit 96723da

Please sign in to comment.