[java-identity-provider COMMIT] in /trunk/idp-conf/src/main/resources: conf/webflow-config.xml system/flows/saml/saml...

noreply at shibboleth.net noreply at shibboleth.net
Fri Apr 4 19:54:05 EDT 2014


Author: scantor
Date: Fri Apr  4 19:54:05 2014
New Revision: 5696

URL: http://svn.shibboleth.net/view/java-identity-provider?rev=5696&view=rev
Log:
Prelim flow for SAML 1 queries

Added:
    trunk/idp-conf/src/main/resources/system/flows/saml/saml1/attribute-query-beans.xml   (with props)
    trunk/idp-conf/src/main/resources/system/flows/saml/saml1/attribute-query-flow.xml   (with props)
Modified:
    trunk/idp-conf/src/main/resources/conf/webflow-config.xml

Modified: trunk/idp-conf/src/main/resources/conf/webflow-config.xml
URL: http://svn.shibboleth.net/view/java-identity-provider/trunk/idp-conf/src/main/resources/conf/webflow-config.xml?rev=5696&r1=5695&r2=5696&view=diff
==============================================================================
--- trunk/idp-conf/src/main/resources/conf/webflow-config.xml (original)
+++ trunk/idp-conf/src/main/resources/conf/webflow-config.xml Fri Apr  4 19:54:05 2014
@@ -30,9 +30,11 @@
         
         <!-- Use slash-separated convention for web-executable flows. -->
         <webflow:flow-location id="Shibboleth/SSO" path="/saml/saml1/sso-unsolicited-flow.xml"  />
+        <webflow:flow-location id="SAML1/AttributeQuery" path="/saml/saml1/attribute-query-flow.xml"  />
         <webflow:flow-location id="SAML2/Redirect/SSO" path="/saml/saml2/sso-redirect-flow.xml" />
         <webflow:flow-location id="SAML2/POST/SSO" path="/saml/saml2/sso-post-flow.xml"  />
         <webflow:flow-location id="SAML2/Unsolicited/SSO" path="/saml/saml2/sso-unsolicited-flow.xml"  />
+        <webflow:flow-location id="SAML2/AttributeQuery" path="/saml/saml2/attribute-query-flow.xml"  />
     
         <!-- Master flow for authentication. -->
         <webflow:flow-location id="Authentication.Abstract" path="/authn/authn-abstract-flow.xml" />



More information about the commits mailing list