[java-identity-provider] branch master updated: Allow override of CAS proxy validator client.
Scott Cantor
cantor.2 at osu.edu
Tue Aug 27 19:25:04 EDT 2019
This is an automated email from the git hooks/post-receive script.
scantor pushed a commit to branch master
in repository java-identity-provider.
View the commit online:
http://git.shibboleth.net/view/?p=java-identity-provider.git;a=commit;h=eab01cbab7ba321dfdd07ea7343afa0951780aa7
The following commit(s) were added to refs/heads/master by this push:
new eab01cb Allow override of CAS proxy validator client.
eab01cb is described below
commit eab01cbab7ba321dfdd07ea7343afa0951780aa7
Author: Scott Cantor <cantor.2 at osu.edu>
AuthorDate: Tue Aug 27 19:24:34 2019 -0400
Allow override of CAS proxy validator client.
---
idp-conf/src/main/resources/system/conf/cas-protocol-system.xml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/idp-conf/src/main/resources/system/conf/cas-protocol-system.xml b/idp-conf/src/main/resources/system/conf/cas-protocol-system.xml
index 75c0605..4cca2c7 100644
--- a/idp-conf/src/main/resources/system/conf/cas-protocol-system.xml
+++ b/idp-conf/src/main/resources/system/conf/cas-protocol-system.xml
@@ -57,7 +57,7 @@
<bean id="proxyValidator"
class="net.shibboleth.idp.cas.proxy.impl.HttpClientProxyValidator"
- c:client-ref="proxyHttpClient"
+ c:client="#{getObject('shibboleth.CASProxyValidatorHttpClient') ?: getObject('proxyHttpClient')}"
c:parameters-ref="proxyHttpSecurity" />
<bean id="shibboleth.DefaultCASProxyValidateIdPSessionPredicate" parent="shibboleth.Conditions.FALSE" />
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
More information about the commits
mailing list