[java-identity-provider COMMIT] /trunk/idp-conf/src/main/resources/system/flows/saml/saml1/attribute-query-beans.xml
noreply at shibboleth.net
noreply at shibboleth.net
Sun Apr 6 21:18:06 EDT 2014
Author: scantor
Date: Sun Apr 6 21:18:06 2014
New Revision: 5700
URL: http://svn.shibboleth.net/view/java-identity-provider?rev=5700&view=rev
Log:
OSJ-22 - mandatory authentication handler
Modified:
trunk/idp-conf/src/main/resources/system/flows/saml/saml1/attribute-query-beans.xml
Modified: trunk/idp-conf/src/main/resources/system/flows/saml/saml1/attribute-query-beans.xml
URL: http://svn.shibboleth.net/view/java-identity-provider/trunk/idp-conf/src/main/resources/system/flows/saml/saml1/attribute-query-beans.xml?rev=5700&r1=5699&r2=5700&view=diff
==============================================================================
--- trunk/idp-conf/src/main/resources/system/flows/saml/saml1/attribute-query-beans.xml (original)
+++ trunk/idp-conf/src/main/resources/system/flows/saml/saml1/attribute-query-beans.xml Sun Apr 6 21:18:06 2014
@@ -81,6 +81,12 @@
<bean class="org.opensaml.saml.common.messaging.context.navigate.SAMLMessageContextIssuerFunction" />
</property>
</bean>
+
+ <bean class="org.opensaml.messaging.handler.impl.CheckMandatoryAuthentication">
+ <property name="authenticationLookupStrategy">
+ <bean class="org.opensaml.saml.common.messaging.context.navigate.SAMLMessageContextAuthenticationFunction" />
+ </property>
+ </bean>
</util:list>
</property>
</bean>
More information about the commits
mailing list