[java-identity-provider COMMIT] /trunk/idp-conf/src/main/resources/system/conf/session-manager.xml

noreply at shibboleth.net noreply at shibboleth.net
Thu May 8 21:18:35 EDT 2014


Author: scantor
Date: Thu May  8 21:18:35 2014
New Revision: 5890

URL: http://svn.shibboleth.net/view/java-identity-provider?rev=5890&view=rev
Log:
Fix authn flow name convention.

Modified:
    trunk/idp-conf/src/main/resources/system/conf/session-manager.xml

Modified: trunk/idp-conf/src/main/resources/system/conf/session-manager.xml
URL: http://svn.shibboleth.net/view/java-identity-provider/trunk/idp-conf/src/main/resources/system/conf/session-manager.xml?rev=5890&r1=5889&r2=5890&view=diff
==============================================================================
--- trunk/idp-conf/src/main/resources/system/conf/session-manager.xml (original)
+++ trunk/idp-conf/src/main/resources/system/conf/session-manager.xml Thu May  8 21:18:35 2014
@@ -32,7 +32,7 @@
 
     <bean id="shibboleth.SessionManager" class="net.shibboleth.idp.session.impl.StorageBackedSessionManager"
             p:httpServletRequest-ref="shibboleth.HttpServletRequest" p:httpServletResponse-ref="shibboleth.HttpServletResponse"
-            p:authenticationFlowDescriptors="#{@'shibboleth.AvailableAuthenticationFlows'.?[id matches 'AuthenticationFlow/(${idp.authn.flows})']}"
+            p:authenticationFlowDescriptors="#{@'shibboleth.AvailableAuthenticationFlows'.?[id matches 'authn/(${idp.authn.flows})']}"
             p:cookieManager-ref="shibboleth.CookieManager"
             p:storageService-ref="${idp.session.StorageService}"
             p:consistentAddress="${idp.session.consistentAddress}"



More information about the commits mailing list