[java-identity-provider COMMIT] /trunk/idp-conf/src/main/resources/system/flows/cas/common-beans.xml
noreply at shibboleth.net
noreply at shibboleth.net
Mon Jul 6 13:18:03 EDT 2015
Author: serac
Date: Mon Jul 6 13:18:03 2015
New Revision: 7624
URL: http://svn.shibboleth.net/view/java-identity-provider?rev=7624&view=rev
Log:
IDP-762 Specify SAML metadata lookup function for CAS protocol.
https://issues.shibboleth.net/jira/browse/IDP-762
Modified:
trunk/idp-conf/src/main/resources/system/flows/cas/common-beans.xml
Modified: trunk/idp-conf/src/main/resources/system/flows/cas/common-beans.xml
URL: http://svn.shibboleth.net/view/java-identity-provider/trunk/idp-conf/src/main/resources/system/flows/cas/common-beans.xml?rev=7624&r1=7623&r2=7624&view=diff
==============================================================================
--- trunk/idp-conf/src/main/resources/system/flows/cas/common-beans.xml (original)
+++ trunk/idp-conf/src/main/resources/system/flows/cas/common-beans.xml Mon Jul 6 13:18:03 2015
@@ -69,5 +69,9 @@
class="net.shibboleth.idp.profile.impl.FilterAttributes"
scope="prototype"
c:filterService-ref="shibboleth.AttributeFilterService"
- p:maskFailures="%{idp.service.attribute.filter.maskFailures:true}" />
+ p:maskFailures="%{idp.service.attribute.filter.maskFailures:true}">
+ <property name="metadataContextLookupStrategy">
+ <bean class="net.shibboleth.idp.saml.profile.context.navigate.SAMLMetadataContextLookupFunction" />
+ </property>
+ </bean>
</beans>
More information about the commits
mailing list