Skip to content

Commit

Permalink
clarify what claim_groups_key is used for
Browse files Browse the repository at this point in the history
and explicitly state that it's not related to JupyterHub groups
  • Loading branch information
minrk committed Nov 28, 2023
1 parent f3cc739 commit c2fb51e
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions oauthenticator/generic.py
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,10 @@ def _login_service_default(self):
Can be a string key name (use periods for nested keys), or a callable
that accepts the returned json (as a dict) and returns the groups list.
This configures how group membership in the upstream provider is determined
for use by `allowed_groups`, `admin_groups`, etc.
It has no effect on its own, and is not related to users' _JupyterHub_ group membership.
""",
)

Expand Down

0 comments on commit c2fb51e

Please sign in to comment.