Skip to content

Commit e08d1da

Browse files
committed
Allow overriding CORD/OKSTATE login urls
h/t @cslzchen
1 parent 9d90167 commit e08d1da

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

osf-cas/templates/configmap.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -566,12 +566,12 @@ config/cas.properties: |-
566566
#
567567
# Delegation Client: CAS
568568
#
569-
cas.authn.pac4j.cas[0].login-url=https://bprdeis.cord.edu:8443/cas/login
569+
cas.authn.pac4j.cas[0].login-url=${CAS_CORD_LOGIN_URL:https://bprdeis.cord.edu:8443/cas/login}
570570
cas.authn.pac4j.cas[0].client-name=cord
571571
cas.authn.pac4j.cas[0].protocol=SAML
572572
cas.authn.pac4j.cas[0].callback-url-type=QUERY_PARAMETER
573573
#
574-
cas.authn.pac4j.cas[1].login-url=https://stwcas.okstate.edu/cas/login
574+
cas.authn.pac4j.cas[1].login-url=${CAS_OKSTATE_LOGIN_URL:https://stwcas.okstate.edu/cas/login}
575575
cas.authn.pac4j.cas[1].client-name=okstate
576576
cas.authn.pac4j.cas[1].protocol=SAML
577577
cas.authn.pac4j.cas[1].callback-url-type=QUERY_PARAMETER

0 commit comments

Comments
 (0)