File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments