[java-identity-provider COMMIT] /trunk/idp-conf/src/main/resources/system/flows/saml1/sso-abstract-beans.xml

noreply at shibboleth.net noreply at shibboleth.net
Mon Feb 24 15:08:10 EST 2014


Author: scantor
Date: Mon Feb 24 15:08:10 2014
New Revision: 5466

URL: http://svn.shibboleth.net/view/java-identity-provider?rev=5466&view=rev
Log:
IDP-146 - honor profile flag in SAML 1 flow

Modified:
    trunk/idp-conf/src/main/resources/system/flows/saml1/sso-abstract-beans.xml

Modified: trunk/idp-conf/src/main/resources/system/flows/saml1/sso-abstract-beans.xml
URL: http://svn.shibboleth.net/view/java-identity-provider/trunk/idp-conf/src/main/resources/system/flows/saml1/sso-abstract-beans.xml?rev=5466&r1=5465&r2=5466&view=diff
==============================================================================
--- trunk/idp-conf/src/main/resources/system/flows/saml1/sso-abstract-beans.xml (original)
+++ trunk/idp-conf/src/main/resources/system/flows/saml1/sso-abstract-beans.xml Mon Feb 24 15:08:10 2014
@@ -254,7 +254,11 @@
     <bean
         id="AddNotBeforeConditionToAssertions"
         class="org.opensaml.saml.saml1.profile.impl.AddNotBeforeConditionToAssertions"
-        scope="prototype" />
+        scope="prototype">
+        <property name="activationCondition">
+            <bean class="net.shibboleth.idp.saml.impl.profile.config.logic.NotBeforeProfileConfigPredicate" />
+        </property>
+    </bean>
 
     <bean
         id="AddNotOnOrAfterConditionToAssertions"



More information about the commits mailing list