Skip to content

Commit

Permalink
Merge pull request #707 from minrk/doc-group-claim
Browse files Browse the repository at this point in the history
clarify what claim_groups_key is used for
  • Loading branch information
consideRatio authored Nov 28, 2023
2 parents f3cc739 + c2fb51e commit 280b988
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 280b988

Please sign in to comment.