@@ -64,6 +64,46 @@ cas.logout.confirm-logout=false
6464cas.logout.remove-descendant-tickets =false
6565# #######################################################################################################################
6666
67+ # #######################################################################################################################
68+ # OSF URLs
69+ # #######################################################################################################################
70+ # OSF
71+ #
72+ cas.authn.osf-url.home =https://{{ .Values.osfDomain }}/
73+ cas.authn.osf-url.dashboard =https://{{ .Values.osfDomain }}/dashboard/
74+ cas.authn.osf-url.logout =https://{{ .Values.osfDomain }}/logout/
75+ cas.authn.osf-url.resend-confirmation =https://{{ .Values.osfDomain }}/resend/
76+ cas.authn.osf-url.forgot-password =https://{{ .Values.osfDomain }}/forgotpassword/
77+ cas.authn.osf-url.register =https://{{ .Values.osfDomain }}/register/
78+ cas.authn.osf-url.search =https://{{ .Values.osfDomain }}/search/
79+ cas.authn.osf-url.support =https://{{ .Values.osfDomain }}/support/
80+ cas.authn.osf-url.donate =https://www.cos.io/about/support-cos/
81+ #
82+ # OSF Products
83+ #
84+ cas.authn.osf-url.preprints-home =https://{{ .Values.osfDomain }}/preprints/
85+ cas.authn.osf-url.registries-home =https://{{ .Values.osfDomain }}/registries/
86+ cas.authn.osf-url.institutions-home =https://{{ .Values.osfDomain }}/institutions/
87+ cas.authn.osf-url.meetings-home =https://{{ .Values.osfDomain }}/meetings/
88+ # #######################################################################################################################
89+
90+ # #######################################################################################################################
91+ # OSF API Settings for Institution Authentication
92+ # #######################################################################################################################
93+ # Authentication Endpoint
94+ #
95+ cas.authn.osf-api.instn-authn-endpoint =https://{{ .Values.apiDomain }}/v2/institutions/auth/
96+ #
97+ # JWT / JWE secrets for signing and encrypting authentication request payload
98+ #
99+ cas.authn.osf-api.instn-authn-jwt-secret =${OSF_JWT_SECRET}
100+ cas.authn.osf-api.instn-authn-jwe-secret =${OSF_JWE_SECRET}
101+ #
102+ # Path of the XSL file for parsing and transforming XML authentication responses
103+ #
104+ cas.authn.osf-api.instn-authn-xsl-location =file:/etc/cas/config/instn-authn.xsl
105+ # #######################################################################################################################
106+
67107# #######################################################################################################################
68108# OSF PostgreSQL Authentication
69109# See: https://apereo.github.io/cas/6.2.x/installation/Configuring-Custom-Authentication.html
@@ -204,13 +244,13 @@ cas.authn.pac4j.orcid.callback-url-type=QUERY_PARAMETER
204244#
205245# Delegation Client: CAS
206246#
207- cas.authn.pac4j.cas[0].login-url =https://accounts.staging.osf.io /login
208- cas.authn.pac4j.cas[0].client-name =stage1cas
247+ cas.authn.pac4j.cas[0].login-url =https://bprdeis.cord.edu:8443/cas /login
248+ cas.authn.pac4j.cas[0].client-name =cord
209249cas.authn.pac4j.cas[0].protocol =SAML
210250cas.authn.pac4j.cas[0].callback-url-type =QUERY_PARAMETER
211251#
212- cas.authn.pac4j.cas[1].login-url =https://accounts.staging2.osf.io /login
213- cas.authn.pac4j.cas[1].client-name =stage2cas
214- cas.authn.pac4j.cas[1].protocol =CAS30
252+ cas.authn.pac4j.cas[1].login-url =https://stwcas.okstate.edu/cas /login
253+ cas.authn.pac4j.cas[1].client-name =okstate
254+ cas.authn.pac4j.cas[1].protocol =SAML
215255cas.authn.pac4j.cas[1].callback-url-type =QUERY_PARAMETER
216256# #######################################################################################################################
0 commit comments