[java-identity-provider COMMIT] /trunk/idp-conf/src/test/resources/conf/relying-party.xml

noreply at shibboleth.net noreply at shibboleth.net
Mon Apr 6 05:17:17 EDT 2015


Author: rdw
Date: Mon Apr  6 05:17:17 2015
New Revision: 7466

URL: http://svn.shibboleth.net/view/java-identity-provider?rev=7466&view=rev
Log:
Turn on consent in idp-testbed

Modified:
    trunk/idp-conf/src/test/resources/conf/relying-party.xml

Modified: trunk/idp-conf/src/test/resources/conf/relying-party.xml
URL: http://svn.shibboleth.net/view/java-identity-provider/trunk/idp-conf/src/test/resources/conf/relying-party.xml?rev=7466&r1=7465&r2=7466&view=diff
==============================================================================
--- trunk/idp-conf/src/test/resources/conf/relying-party.xml (original)
+++ trunk/idp-conf/src/test/resources/conf/relying-party.xml Mon Apr  6 05:17:17 2015
@@ -36,7 +36,7 @@
                 <ref bean="Shibboleth.SSO" />
                 <ref bean="SAML1.AttributeQuery" />
                 <ref bean="SAML1.ArtifactResolution" />
-                <ref bean="SAML2.SSO" />
+                <bean parent="SAML2.SSO" p:postAuthenticationFlows="attribute-release" />
                 <ref bean="SAML2.ECP" />
                 <ref bean="SAML2.Logout" />
                 <ref bean="SAML2.AttributeQuery" />
@@ -62,7 +62,7 @@
                     </bean>
                     <ref bean="SAML1.AttributeQuery" />
                     <ref bean="SAML1.ArtifactResolution" />
-                    <bean parent="SAML2.SSO">
+                    <bean parent="SAML2.SSO" p:postAuthenticationFlows="attribute-release">
                         <!--
                         <property name="defaultAuthenticationMethods">
                             <util:list>



More information about the commits mailing list