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

noreply at shibboleth.net noreply at shibboleth.net
Tue Apr 19 15:28:21 EDT 2016


Author: scantor
Date: Tue Apr 19 15:28:21 2016
New Revision: 8204

URL: http://svn.shibboleth.net/view/java-identity-provider?rev=8204&view=rev
Log:
IDP-977 - Refactor c14n flow contract to allow a single flow, and reuse

https://issues.shibboleth.net/jira/browse/IDP-977

Added:
    trunk/idp-conf/src/main/resources/system/flows/c14n/subject-c14n-beans.xml
      - copied, changed from r8203, trunk/idp-conf/src/main/resources/system/flows/c14n/subject-c14n-authn-beans.xml
    trunk/idp-conf/src/main/resources/system/flows/c14n/subject-c14n-flow.xml
      - copied, changed from r8203, trunk/idp-conf/src/main/resources/system/flows/c14n/subject-c14n-authn-flow.xml
Modified:
    trunk/idp-conf/src/main/resources/system/conf/webflow-config.xml
    trunk/idp-conf/src/main/resources/system/flows/authn/authn-beans.xml
    trunk/idp-conf/src/main/resources/system/flows/authn/authn-flow.xml
    trunk/idp-conf/src/main/resources/system/flows/authn/external-authn-beans.xml
    trunk/idp-conf/src/main/resources/system/flows/authn/external-authn-flow.xml
    trunk/idp-conf/src/main/resources/system/flows/authn/initial-authn-flow.xml
    trunk/idp-conf/src/main/resources/system/flows/authn/ipaddress-authn-beans.xml
    trunk/idp-conf/src/main/resources/system/flows/authn/ipaddress-authn-flow.xml
    trunk/idp-conf/src/main/resources/system/flows/authn/password-authn-beans.xml
    trunk/idp-conf/src/main/resources/system/flows/authn/password-authn-flow.xml
    trunk/idp-conf/src/main/resources/system/flows/authn/remoteuser-authn-beans.xml
    trunk/idp-conf/src/main/resources/system/flows/authn/remoteuser-authn-flow.xml
    trunk/idp-conf/src/main/resources/system/flows/authn/remoteuser-internal-authn-beans.xml
    trunk/idp-conf/src/main/resources/system/flows/authn/remoteuser-internal-authn-flow.xml
    trunk/idp-conf/src/main/resources/system/flows/authn/spnego-authn-beans.xml
    trunk/idp-conf/src/main/resources/system/flows/authn/spnego-authn-flow.xml
    trunk/idp-conf/src/main/resources/system/flows/authn/x509-authn-beans.xml
    trunk/idp-conf/src/main/resources/system/flows/authn/x509-authn-flow.xml
    trunk/idp-conf/src/main/resources/system/flows/authn/x509-internal-authn-beans.xml
    trunk/idp-conf/src/main/resources/system/flows/authn/x509-internal-authn-flow.xml
    trunk/idp-conf/src/main/resources/system/flows/c14n/subject-c14n-authn-beans.xml
    trunk/idp-conf/src/main/resources/system/flows/c14n/subject-c14n-authn-flow.xml
    trunk/idp-conf/src/main/resources/system/flows/c14n/subject-c14n-saml-beans.xml
    trunk/idp-conf/src/main/resources/system/flows/c14n/subject-c14n-saml-flow.xml
    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
    trunk/idp-conf/src/test/resources/c14n/webflows/beans.xml
    trunk/idp-conf/src/test/resources/c14n/webflows/cryptoTransientNameID-flow.xml
    trunk/idp-conf/src/test/resources/c14n/webflows/cryptoTransientNameIdentifier-flow.xml
    trunk/idp-conf/src/test/resources/c14n/webflows/transformNameID-flow.xml
    trunk/idp-conf/src/test/resources/c14n/webflows/transformNameIdentifier-flow.xml
    trunk/idp-conf/src/test/resources/c14n/webflows/transientNameID-flow.xml
    trunk/idp-conf/src/test/resources/c14n/webflows/transientNameIdentifier-flow.xml

Modified: trunk/idp-conf/src/main/resources/system/conf/webflow-config.xml
URL: http://svn.shibboleth.net/view/java-identity-provider/trunk/idp-conf/src/main/resources/system/conf/webflow-config.xml?rev=8204&r1=8203&r2=8204&view=diff
==============================================================================
--- trunk/idp-conf/src/main/resources/system/conf/webflow-config.xml	(original)
+++ trunk/idp-conf/src/main/resources/system/conf/webflow-config.xml	Tue Apr 19 15:28:21 2016
@@ -80,11 +80,10 @@
         <webflow:flow-location id="authn/SPNEGO" path="../system/flows/authn/spnego-authn-flow.xml" />
         <webflow:flow-location id="authn/External" path="../system/flows/authn/external-authn-flow.xml" />
   
-        <!-- Master flows for post-authn and SAML subject c14n. -->
+        <!-- Master flow for subject c14n. -->
         <webflow:flow-location id="c14n.events" path="../conf/c14n/subject-c14n-events-flow.xml" />
         <webflow:flow-location id="c14n.abstract" path="../system/flows/c14n/subject-c14n-abstract-flow.xml" />
-        <webflow:flow-location id="c14n/authn" path="../system/flows/c14n/subject-c14n-authn-flow.xml" />
-        <webflow:flow-location id="c14n/saml" path="../system/flows/c14n/subject-c14n-saml-flow.xml" />
+        <webflow:flow-location id="c14n" path="../system/flows/c14n/subject-c14n-flow.xml" />
 
         <!-- Standard post-login C14N methods. -->
         <webflow:flow-location id="c14n/simple" path="../system/flows/c14n/simple-subject-c14n-flow.xml" />

Modified: trunk/idp-conf/src/main/resources/system/flows/authn/authn-beans.xml

[... 652 lines stripped ...]


More information about the commits mailing list