[java-identity-provider COMMIT] in /trunk: idp-conf/src/main/resources/conf/idp.properties idp-conf/src/main/resource...

noreply at shibboleth.net noreply at shibboleth.net
Thu Sep 25 23:15:50 EDT 2014


Author: scantor
Date: Thu Sep 25 23:15:50 2014
New Revision: 6585

URL: http://svn.shibboleth.net/view/java-identity-provider?rev=6585&view=rev
Log:
IDP-244 - checkpoint some work on a resolvertest flow

Added:
    trunk/idp-conf/src/main/resources/system/flows/admin/
    trunk/idp-conf/src/main/resources/system/flows/admin/resolvertest-beans.xml   (with props)
    trunk/idp-conf/src/main/resources/system/flows/admin/resolvertest-flow.xml   (with props)
    trunk/idp-profile-impl/src/main/java/net/shibboleth/idp/profile/impl/ResolverTestRequest.java   (with props)
    trunk/idp-profile-impl/src/main/java/net/shibboleth/idp/profile/impl/ResolverTestRequestDecoder.java   (with props)
Modified:
    trunk/idp-conf/src/main/resources/conf/idp.properties
    trunk/idp-conf/src/main/resources/system/conf/webflow-config.xml

Modified: trunk/idp-conf/src/main/resources/conf/idp.properties
URL: http://svn.shibboleth.net/view/java-identity-provider/trunk/idp-conf/src/main/resources/conf/idp.properties?rev=6585&r1=6584&r2=6585&view=diff
==============================================================================
--- trunk/idp-conf/src/main/resources/conf/idp.properties (original)
+++ trunk/idp-conf/src/main/resources/conf/idp.properties Thu Sep 25 23:15:50 2014
@@ -191,5 +191,6 @@
 # May differ to direct SAML 2 artifact lookups to specific server nodes
 #idp.artifact.endpointIndex = 1
 
-# Name of access control policy for status page
+# Name of access control policy for various flows
 idp.status.accessPolicy = AccessByIPAddress
+idp.resolvertest.accessPolicy = AccessByIPAddress

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=6585&r1=6584&r2=6585&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 Thu Sep 25 23:15:50 2014
@@ -22,6 +22,9 @@
 
         <!-- Status flow. -->
         <webflow:flow-location id="status" path="../system/flows/status/status-flow.xml" />
+
+        <!-- Administrative and debugging flows. -->
+        <webflow:flow-location id="admin/resolvertest" path="../system/flows/admin/resolvertest-flow.xml" />
         
         <!-- Proprietary logout flow. -->
         <webflow:flow-location id="Logout" path="../system/flows/logout/logout-flow.xml" />



More information about the commits mailing list