[java-idp-testbed COMMIT] /trunk/src/main/config/system/flows/saml2/sso-abstract-beans.xml

noreply at shibboleth.net noreply at shibboleth.net
Wed Dec 18 20:47:27 EST 2013


Author: scantor
Date: Wed Dec 18 20:47:26 2013
New Revision: 90

URL: http://svn.shibboleth.net/view/java-idp-testbed?rev=90&view=rev
Log:
Move some non-SAML actions up to profile module.

Modified:
    trunk/src/main/config/system/flows/saml2/sso-abstract-beans.xml

Modified: trunk/src/main/config/system/flows/saml2/sso-abstract-beans.xml
URL: http://svn.shibboleth.net/view/java-idp-testbed/trunk/src/main/config/system/flows/saml2/sso-abstract-beans.xml?rev=90&r1=89&r2=90&view=diff
==============================================================================
--- trunk/src/main/config/system/flows/saml2/sso-abstract-beans.xml (original)
+++ trunk/src/main/config/system/flows/saml2/sso-abstract-beans.xml Wed Dec 18 20:47:26 2013
@@ -158,7 +158,7 @@
             
     <bean id="CheckMandatoryIssuer" class="org.opensaml.profile.action.impl.CheckMandatoryIssuer" />
     
-    <bean id="InitializeRelyingPartyContext" class="net.shibboleth.idp.saml.impl.profile.InitializeRelyingPartyContext" />
+    <bean id="InitializeRelyingPartyContext" class="net.shibboleth.idp.profile.impl.InitializeRelyingPartyContext" />
     
     <bean id="ResolveAttributes" class="net.shibboleth.idp.profile.impl.ResolveAttributes" >
        <constructor-arg ref="shibboleth.AttributeResolverService"/>



More information about the commits mailing list