[java-identity-provider] branch master updated: IDP-1485 - CAS proxy validator configuration is not customizable

Scott Cantor cantor.2 at osu.edu
Tue Aug 27 20:09:25 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=1e524f5dec1b7c3fd97822c181d0399241c5c711

The following commit(s) were added to refs/heads/master by this push:
       new  1e524f5   IDP-1485 - CAS proxy validator configuration is not customizable
1e524f5 is described below

commit 1e524f5dec1b7c3fd97822c181d0399241c5c711
Author: Scott Cantor <cantor.2 at osu.edu>
AuthorDate: Tue Aug 27 20:09:22 2019 -0400

    IDP-1485 - CAS proxy validator configuration is not customizable
    
    https://issues.shibboleth.net/jira/browse/IDP-1485
---
 idp-conf/src/main/resources/system/conf/cas-protocol-system.xml         | 2 +-
 .../src/main/resources/system/flows/cas/validate-abstract-beans.xml     | 2 +-
 idp-conf/src/test/resources/test/test-cas-beans.xml                     | 2 +-
 3 files changed, 3 insertions(+), 3 deletions(-)

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 4cca2c7..0ddf0d1 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
@@ -55,7 +55,7 @@
         </property>
     </bean>
 
-    <bean id="proxyValidator"
+    <bean id="shibboleth.DefaultCASProxyAuthenticator"
           class="net.shibboleth.idp.cas.proxy.impl.HttpClientProxyValidator"
           c:client="#{getObject('shibboleth.CASProxyValidatorHttpClient') ?: getObject('proxyHttpClient')}"
           c:parameters-ref="proxyHttpSecurity" />
diff --git a/idp-conf/src/main/resources/system/flows/cas/validate-abstract-beans.xml b/idp-conf/src/main/resources/system/flows/cas/validate-abstract-beans.xml
index 64163b1..480c69b 100644
--- a/idp-conf/src/main/resources/system/flows/cas/validate-abstract-beans.xml
+++ b/idp-conf/src/main/resources/system/flows/cas/validate-abstract-beans.xml
@@ -34,7 +34,7 @@
 
     <bean id="ValidateProxyCallback"
           class="net.shibboleth.idp.cas.flow.impl.ValidateProxyCallbackAction" scope="prototype"
-          c:proxyAuthenticator="#{getObject('shibboleth.CASProxyAuthenticator') ?: getObject('shibboleth.DefaultCASProxyAuthenticator')}"
+          c:validator="#{getObject('shibboleth.CASProxyAuthenticator') ?: getObject('shibboleth.DefaultCASProxyAuthenticator')}"
           c:ticketService="#{getObject('shibboleth.CASTicketService') ?: getObject('shibboleth.DefaultCASTicketService')}" />
 
     <bean id="PrepareTicketValidationResponse"
diff --git a/idp-conf/src/test/resources/test/test-cas-beans.xml b/idp-conf/src/test/resources/test/test-cas-beans.xml
index bcc1c08..3054ebd 100644
--- a/idp-conf/src/test/resources/test/test-cas-beans.xml
+++ b/idp-conf/src/test/resources/test/test-cas-beans.xml
@@ -53,7 +53,7 @@
         </property>
     </bean>
 
-    <bean id="proxyValidator"
+    <bean id="shibboleth.CASProxyAuthenticator"
           class="net.shibboleth.idp.test.flows.cas.TestProxyValidator" />
 
     <bean id="shibboleth.CASProxyValidateIdPSessionPredicate"

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.


More information about the commits mailing list