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

noreply at shibboleth.net noreply at shibboleth.net
Sun Nov 2 16:34:46 EST 2014


Author: scantor
Date: Sun Nov  2 16:34:45 2014
New Revision: 6817

URL: http://svn.shibboleth.net/view/java-identity-provider?rev=6817&view=rev
Log:
Move intercept flow property up.

Modified:
    trunk/idp-conf/src/main/resources/conf/idp.properties

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=6817&r1=6816&r2=6817&view=diff
==============================================================================
--- trunk/idp-conf/src/main/resources/conf/idp.properties (original)
+++ trunk/idp-conf/src/main/resources/conf/idp.properties Sun Nov  2 16:34:45 2014
@@ -139,6 +139,9 @@
 # doesn't match the identity in a pre-existing session.
 #idp.authn.identitySwitchIsError = false
 
+# Regular expression matching intercept flows to enable
+#idp.intercept.flows = terms-of-use|attribute-release
+
 # Whether to lookup metadata, etc. for every SP involved in a logout
 # for use by user interface logic; adds overhead so off by default.
 #idp.logout.elaboration = false
@@ -162,6 +165,3 @@
 idp.status.accessPolicy = AccessByIPAddress
 idp.resolvertest.accessPolicy = AccessByIPAddress
 idp.reload.accessPolicy = AccessByIPAddress
-
-# Regular expression matching intercept flows to enable
-#idp.intercept.flows = terms-of-use|attribute-release



More information about the commits mailing list