[java-idp-testbed COMMIT] in /trunk/src/main/resources: conf/jaas-authn-config.xml flows/authn/jaas-form-authn-beans.xml
noreply at shibboleth.net
noreply at shibboleth.net
Mon Oct 21 22:08:27 EDT 2013
Author: scantor
Date: Mon Oct 21 22:08:27 2013
New Revision: 24
URL: http://svn.shibboleth.net/view/java-idp-testbed?rev=24&view=rev
Log:
SSO bypass property.
Modified:
trunk/src/main/resources/conf/jaas-authn-config.xml
trunk/src/main/resources/flows/authn/jaas-form-authn-beans.xml
Modified: trunk/src/main/resources/conf/jaas-authn-config.xml
URL: http://svn.shibboleth.net/view/java-idp-testbed/trunk/src/main/resources/conf/jaas-authn-config.xml?rev=24&r1=23&r2=24&view=diff
==============================================================================
--- trunk/src/main/resources/conf/jaas-authn-config.xml (original)
+++ trunk/src/main/resources/conf/jaas-authn-config.xml Mon Oct 21 22:08:27 2013
@@ -25,6 +25,10 @@
<!-- Names of form fields to pull username and password from. -->
<bean id="shibboleth.authn.JAAS.UsernameFieldName" class="java.lang.String" c:_0="username" />
<bean id="shibboleth.authn.JAAS.PasswordFieldName" class="java.lang.String" c:_0="password" />
+ <bean id="shibboleth.authn.JAAS.SSOBypassFieldName" class="java.lang.String" c:_0="donotcache" />
+
+ <bean id="shibboleth.authn.JAAS.resultCachingPredicate" class="com.google.common.base.Predicates"
+ factory-method="alwaysFalse" />
<!-- Simple transforms to apply to username before validation. -->
<bean id="shibboleth.authn.JAAS.Lowercase" class="java.lang.Boolean">
Modified: trunk/src/main/resources/flows/authn/jaas-form-authn-beans.xml
URL: http://svn.shibboleth.net/view/java-idp-testbed/trunk/src/main/resources/flows/authn/jaas-form-authn-beans.xml?rev=24&r1=23&r2=24&view=diff
==============================================================================
--- trunk/src/main/resources/flows/authn/jaas-form-authn-beans.xml (original)
+++ trunk/src/main/resources/flows/authn/jaas-form-authn-beans.xml Mon Oct 21 22:08:27 2013
@@ -20,6 +20,7 @@
p:httpServletRequest-ref="shibboleth.HttpServletRequest"
p:usernameFieldName-ref="shibboleth.authn.JAAS.UsernameFieldName"
p:passwordFieldName-ref="shibboleth.authn.JAAS.PasswordFieldName"
+ p:SSOBypassFieldName-ref="shibboleth.authn.JAAS.SSOBypassFieldName"
p:lowercase-ref="shibboleth.authn.JAAS.Lowercase"
p:uppercase-ref="shibboleth.authn.JAAS.Uppercase"
p:trim-ref="shibboleth.authn.JAAS.Trim"
More information about the commits
mailing list