Skip to content

Commit

Permalink
Merge pull request #2961 from sean-morris/master
Browse files Browse the repository at this point in the history
[CloudBank] Laney - Add Microsoft Auth
  • Loading branch information
sean-morris authored Aug 10, 2023
2 parents 75e96b7 + 5f403ad commit 42175ae
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions config/clusters/cloudbank/laney.values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -30,16 +30,20 @@ jupyterhub:
CILogonOAuthenticator:
oauth_callback_url: "https://laney.cloudbank.2i2c.cloud/hub/oauth_callback"
shown_idps:
- http://login.microsoftonline.com/common/oauth2/v2.0/authorize
- http://google.com/accounts/o8/id
- urn:mace:incommon:berkeley.edu
allowed_idps:
http://login.microsoftonline.com/common/oauth2/v2.0/authorize:
username_derivation:
username_claim: "email"
allowed_domains:
- "peralta.edu"
http://google.com/accounts/o8/id:
username_derivation:
username_claim: "email"
allowed_domains:
- "2i2c.org"
- "berkeley.edu"
- "peralta.edu"
urn:mace:incommon:berkeley.edu:
username_derivation:
username_claim: "email"
Expand Down

0 comments on commit 42175ae

Please sign in to comment.