[java-identity-provider COMMIT] /trunk/idp-conf/src/main/resources/conf/relying-party.xml
noreply at shibboleth.net
noreply at shibboleth.net
Mon Apr 6 05:58:18 EDT 2015
Author: rdw
Date: Mon Apr 6 05:58:18 2015
New Revision: 7467
URL: http://svn.shibboleth.net/view/java-identity-provider?rev=7467&view=rev
Log:
Revert last. My interrupt stack is too deep to make this work right now.
Modified:
trunk/idp-conf/src/main/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=7467&r1=7466&r2=7467&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 05:58:18 2015
@@ -34,10 +34,10 @@
<bean id="shibboleth.DefaultRelyingParty" parent="RelyingParty">
<property name="profileConfigurations">
<list>
- <bean parent="Shibboleth.SSO" p:postAuthenticationFlows="attribute-release" />
+ <bean parent="Shibboleth.SSO" />
<ref bean="SAML1.AttributeQuery" />
<ref bean="SAML1.ArtifactResolution" />
- <bean parent="SAML2.SSO" p:postAuthenticationFlows="attribute-release" />
+ <bean parent="SAML2.SSO" />
<ref bean="SAML2.ECP" />
<ref bean="SAML2.Logout" />
<ref bean="SAML2.AttributeQuery" />
More information about the commits
mailing list