Skip to content

Commit

Permalink
[CloudBank] SJECCD Auth(SJCC and EVC) to Microsoft
Browse files Browse the repository at this point in the history
  • Loading branch information
sean-morris committed Aug 30, 2023
1 parent 52b004f commit 5de046e
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 10 deletions.
10 changes: 4 additions & 6 deletions config/clusters/cloudbank/evc.values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -34,14 +34,16 @@ jupyterhub:
CILogonOAuthenticator:
oauth_callback_url: https://evc.cloudbank.2i2c.cloud/hub/oauth_callback
shown_idps:
- https://sso.sjeccd.edu
- http://login.microsoftonline.com/common/oauth2/v2.0/authorize
- http://google.com/accounts/o8/id
- urn:mace:incommon:berkeley.edu
allowed_idps:
https://sso.sjeccd.edu:
http://login.microsoftonline.com/common/oauth2/v2.0/authorize:
username_derivation:
username_claim: "email"
allowed_domains:
- "sjcc.edu"
- "stu.sjcc.edu"
- "stu.evc.edu"
- "evc.edu"
http://google.com/accounts/o8/id:
Expand All @@ -50,10 +52,6 @@ jupyterhub:
allowed_domains:
- "2i2c.org"
- "berkeley.edu"
- "sjcc.edu"
- "stu.sjcc.edu"
- "stu.evc.edu"
- "evc.edu"
urn:mace:incommon:berkeley.edu:
username_derivation:
username_claim: "email"
Expand Down
13 changes: 9 additions & 4 deletions config/clusters/cloudbank/sjcc.values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -30,19 +30,24 @@ jupyterhub:
CILogonOAuthenticator:
oauth_callback_url: https://sjcc.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://google.com/accounts/o8/id:
http://login.microsoftonline.com/common/oauth2/v2.0/authorize:
username_derivation:
username_claim: "email"
allowed_domains:
- "2i2c.org"
- "berkeley.edu"
- "sjcc.edu"
- "stu.evc.edu"
- "stu.sjcc.edu"
- "stu.evc.edu"
- "evc.edu"
http://google.com/accounts/o8/id:
username_derivation:
username_claim: "email"
allowed_domains:
- "2i2c.org"
- "berkeley.edu"
urn:mace:incommon:berkeley.edu:
username_derivation:
username_claim: "email"
Expand Down

0 comments on commit 5de046e

Please sign in to comment.