[java-identity-provider COMMIT] in /trunk/idp-conf/src/main/resources/system/flows/saml: saml-abstract-beans.xml saml...
noreply at shibboleth.net
noreply at shibboleth.net
Tue Jul 15 11:32:43 EDT 2014
Author: scantor
Date: Tue Jul 15 11:32:43 2014
New Revision: 6296
URL: http://svn.shibboleth.net/view/java-identity-provider?rev=6296&view=rev
Log:
Spell out AttributeConsumingService to avoid confusion.
Modified:
trunk/idp-conf/src/main/resources/system/flows/saml/saml-abstract-beans.xml
trunk/idp-conf/src/main/resources/system/flows/saml/saml-abstract-flow.xml
Modified: trunk/idp-conf/src/main/resources/system/flows/saml/saml-abstract-beans.xml
URL: http://svn.shibboleth.net/view/java-identity-provider/trunk/idp-conf/src/main/resources/system/flows/saml/saml-abstract-beans.xml?rev=6296&r1=6295&r2=6296&view=diff
==============================================================================
--- trunk/idp-conf/src/main/resources/system/flows/saml/saml-abstract-beans.xml (original)
+++ trunk/idp-conf/src/main/resources/system/flows/saml/saml-abstract-beans.xml Tue Jul 15 11:32:43 2014
@@ -64,7 +64,7 @@
</constructor-arg>
</bean>
- <bean id="SAMLPopulateACS"
+ <bean id="SAMLPopulateAttributeConsumingService"
class="net.shibboleth.idp.profile.impl.WebFlowMessageHandlerAdaptor" scope="prototype"
c:executionDirection="INBOUND">
<constructor-arg name="messageHandler">
Modified: trunk/idp-conf/src/main/resources/system/flows/saml/saml-abstract-flow.xml
URL: http://svn.shibboleth.net/view/java-identity-provider/trunk/idp-conf/src/main/resources/system/flows/saml/saml-abstract-flow.xml?rev=6296&r1=6295&r2=6296&view=diff
==============================================================================
--- trunk/idp-conf/src/main/resources/system/flows/saml/saml-abstract-flow.xml (original)
+++ trunk/idp-conf/src/main/resources/system/flows/saml/saml-abstract-flow.xml Tue Jul 15 11:32:43 2014
@@ -14,7 +14,7 @@
<evaluate expression="SAML1ArtifactRequestIssuer" />
<evaluate expression="SAMLProtocolAndRole" />
<evaluate expression="SAMLMetadataLookup" />
- <evaluate expression="SAMLPopulateACS" />
+ <evaluate expression="SAMLPopulateAttributeConsumingService" />
<evaluate expression="InitializeRelyingPartyContexFromSAMLPeer" />
<evaluate expression="SelectRelyingPartyConfiguration" />
More information about the commits
mailing list