Skip to content

Commit

Permalink
Turn 'scope' from OAuth2 response into JupyterHub groups
Browse files Browse the repository at this point in the history
  • Loading branch information
yuvipanda committed Apr 5, 2024
1 parent 1531f2b commit dbf5684
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions config/clusters/earthscope/common.values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -108,6 +108,9 @@ basehub:
# This isn't an actual URL, just a string. Must not have a trailing slash
audience: https://api.dev.earthscope.org
username_claim: sub
# Convert 'scope' from the OAuth2 response into JupyterHub groups
manage_groups: true
claim_groups_key: 'scope'
CILogonOAuthenticator:
allowed_idps:
http://github.com/login/oauth/authorize:
Expand Down

0 comments on commit dbf5684

Please sign in to comment.