Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Cilogon all idps #29

Merged
merged 3 commits into from
Mar 26, 2024
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Next Next commit
remove email and domain restrictions
  • Loading branch information
culbert committed Mar 22, 2024
commit 0896e03987575eccf2ee4ed936300a30a977b220
2 changes: 1 addition & 1 deletion k8s/overlays/local/patches/idp-cilogon.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ spec:
- alias: cilogon
config:
allowedClockSkew: "5"
authorizationUrl: https://cilogon.org/authorize?idphint=urn%3Amace%3Aincommon%3Amit.edu,https%3A%2F%2Ffed.huit.harvard.edu%2Fidp%2Fshibboleth,https%3A%2F%2Fshib.bu.edu%2Fidp%2Fshibboleth,https%3A%2F%2Fidp.xsede.org%2Fidp%2Fshibboleth,https%3A%2F%2Flogin.microsoftonline.com%2Fcommon%2Foauth2%2Fv2.0%2Fauthorize
authorizationUrl: https://cilogon.org/authorize"
clientAuthMethod: client_secret_post
clientId: "cilogon:/client_id/ab05912d88d9f9cc5ea155accf420f3"
clientSecret: ${vault.cilogon_client_secret} # pragma: allowlist secret
Expand Down
14 changes: 1 addition & 13 deletions k8s/overlays/nerc-shift-1/keycloakrealm.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,19 +17,7 @@ spec:
- alias: cilogon
config:
allowedClockSkew: "5"
authorizationUrl: "https://cilogon.org/authorize?idphint=\
https%3A%2F%2Ffed.huit.harvard.edu%2Fidp%2Fshibboleth,\
https%3A%2F%2Fshib.bu.edu%2Fidp%2Fshibboleth,\
urn%3Amace%3Aincommon%3Amit.edu,\
https%3A%2F%2Fwebauth.umass.edu%2Fidp%2Fshibboleth,\
https%3A%2F%2Fvm-shibboleth.umb.edu%2Fidp%2Fshibboleth,\
https%3A%2F%2Fidp.umassd.edu%2Fidp%2Fshibboleth,\
https%3A%2F%2Fshibboleth.umassmed.edu%2Fidp%2Fshibboleth,\
https%3A%2F%2Fneuidmsso.neu.edu%2Fidp%2Fshibboleth,\
https%3A%2F%2Fsso.uri.edu%2Fidp,\
https%3A%2F%2Fidp.wpi.edu%2Fidp%2Fshibboleth,\
http%3A%2F%2Fgoogle.com%2Faccounts%2Fo8%2Fid,\
https%3A%2F%2Flogin.microsoftonline.com%2Fcommon%2Foauth2%2Fv2.0%2Fauthorize"
authorizationUrl: "https://cilogon.org/authorize"
clientAuthMethod: client_secret_post
clientId: "cilogon:/client_id/ab05912d88d9f9cc5ea155accf420f3"
clientSecret: ${vault.cilogon_client_secret} # pragma: allowlist secret
Expand Down