[java-identity-provider COMMIT] in /trunk/idp-conf/src/main/resources: conf/webflow-config.xml system/flows/saml1/ sy...
noreply at shibboleth.net
noreply at shibboleth.net
Mon Jan 13 19:15:12 EST 2014
Author: tzeller
Date: Mon Jan 13 19:15:12 2014
New Revision: 5192
URL: http://svn.shibboleth.net/view/java-identity-provider?rev=5192&view=rev
Log:
Initial wiring for SAML1 flow. IDP-219
Added:
trunk/idp-conf/src/main/resources/system/flows/saml1/
trunk/idp-conf/src/main/resources/system/flows/saml1/sso-abstract-beans.xml (with props)
trunk/idp-conf/src/main/resources/system/flows/saml1/sso-abstract-flow.xml (with props)
trunk/idp-conf/src/main/resources/system/flows/saml1/sso-unsolicited-beans.xml (with props)
trunk/idp-conf/src/main/resources/system/flows/saml1/sso-unsolicited-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=5192&r1=5191&r2=5192&view=diff
==============================================================================
--- trunk/idp-conf/src/main/resources/conf/webflow-config.xml (original)
+++ trunk/idp-conf/src/main/resources/conf/webflow-config.xml Mon Jan 13 19:15:12 2014
@@ -24,9 +24,11 @@
<webflow:flow-registry id="flowRegistry" parent="userFlowRegistry" base-path="file://${idp.home}/system/flows" flow-builder-services="flowBuilderServices">
<!-- Use dot-separated convention for abstract flows. -->
+ <webflow:flow-location id="SAML1.SSO.Abstract" path="/saml1/sso-abstract-flow.xml" />
<webflow:flow-location id="SAML2.SSO.Abstract" path="/saml2/sso-abstract-flow.xml" />
<!-- Use slash-separated convention for web-executable flows. -->
+ <webflow:flow-location id="Shibboleth/SSO" path="/saml1/sso-unsolicited-flow.xml" />
<webflow:flow-location id="SAML2/Redirect/SSO" path="/saml2/sso-redirect-flow.xml" />
<webflow:flow-location id="SAML2/POST/SSO" path="/saml2/sso-post-flow.xml" />
<webflow:flow-location id="SAML2/Unsolicited/SSO" path="/saml2/sso-unsolicited-flow.xml" />
More information about the commits
mailing list