Skip to content

Commit

Permalink
Merge pull request #29 from nerc-project/cilogon_all_idps
Browse files Browse the repository at this point in the history
Cilogon all idps
  • Loading branch information
jtriley authored Mar 26, 2024
2 parents 266eec2 + 044a6b2 commit c05de1e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 17 deletions.
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
17 changes: 1 addition & 16 deletions k8s/overlays/nerc-shift-1/keycloakrealm.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,22 +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,\
urn%3Amace%3Aincommon%3Adartmouth.edu,\
https%3A%2F%2Fauth.yale.edu%2Fidp%2Fshibboleth,\
https%3A%2F%2Fidpz.utorauth.utoronto.ca%2Fshibboleth"
authorizationUrl: "https://cilogon.org/authorize"
clientAuthMethod: client_secret_post
clientId: "cilogon:/client_id/ab05912d88d9f9cc5ea155accf420f3"
clientSecret: ${vault.cilogon_client_secret} # pragma: allowlist secret
Expand Down

0 comments on commit c05de1e

Please sign in to comment.