[java-identity-provider COMMIT] in /trunk/idp-conf/src: main/resources/conf/relying-party.xml test/resources/conf/rel...
noreply at shibboleth.net
noreply at shibboleth.net
Mon Apr 6 06:45:17 EDT 2015
Author: rdw
Date: Mon Apr 6 06:45:17 2015
New Revision: 7470
URL: http://svn.shibboleth.net/view/java-identity-provider?rev=7470&view=rev
Log:
Revert the change of the wrong relying-party. Revert the change to the test replying-party.xml
Modified:
trunk/idp-conf/src/main/resources/conf/relying-party.xml
trunk/idp-conf/src/test/resources/conf/relying-party.xml
Modified: trunk/idp-conf/src/main/resources/conf/relying-party.xml
URL: http://svn.shibboleth.net/view/java-identity-provider/trunk/idp-conf/src/main/resources/conf/relying-party.xml?rev=7470&r1=7469&r2=7470&view=diff
==============================================================================
--- trunk/idp-conf/src/main/resources/conf/relying-party.xml (original)
+++ trunk/idp-conf/src/main/resources/conf/relying-party.xml Mon Apr 6 06:45:17 2015
@@ -34,10 +34,10 @@
<bean id="shibboleth.DefaultRelyingParty" parent="RelyingParty">
<property name="profileConfigurations">
<list>
- <bean parent="Shibboleth.SSO" />
+ <bean parent="Shibboleth.SSO" p:postAuthenticationFlows="attribute-release" />
<ref bean="SAML1.AttributeQuery" />
<ref bean="SAML1.ArtifactResolution" />
- <bean parent="SAML2.SSO" />
+ <bean parent="SAML2.SSO" p:postAuthenticationFlows="attribute-release" />
<ref bean="SAML2.ECP" />
<ref bean="SAML2.Logout" />
<ref bean="SAML2.AttributeQuery" />
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=7470&r1=7469&r2=7470&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 06:45:17 2015
@@ -36,7 +36,7 @@
<ref bean="Shibboleth.SSO" />
<ref bean="SAML1.AttributeQuery" />
<ref bean="SAML1.ArtifactResolution" />
- <bean parent="SAML2.SSO" p:postAuthenticationFlows="attribute-release" />
+ <ref bean="SAML2.SSO" />
<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" p:postAuthenticationFlows="attribute-release">
+ <bean parent="SAML2.SSO">
<!--
<property name="defaultAuthenticationMethods">
<util:list>
More information about the commits
mailing list