[java-identity-provider COMMIT] in /trunk/idp-conf/src/main/resources: conf/jaas-authn-config.xml flows/authn/jaas-fo...

noreply at shibboleth.net noreply at shibboleth.net
Mon Oct 21 22:08:29 EDT 2013


Author: scantor
Date: Mon Oct 21 22:08:29 2013
New Revision: 4899

URL: http://svn.shibboleth.net/view/java-identity-provider?rev=4899&view=rev
Log:
SSO bypass property.

Modified:
    trunk/idp-conf/src/main/resources/conf/jaas-authn-config.xml
    trunk/idp-conf/src/main/resources/flows/authn/jaas-form-authn-beans.xml

Modified: trunk/idp-conf/src/main/resources/conf/jaas-authn-config.xml
URL: http://svn.shibboleth.net/view/java-identity-provider/trunk/idp-conf/src/main/resources/conf/jaas-authn-config.xml?rev=4899&r1=4898&r2=4899&view=diff
==============================================================================
--- trunk/idp-conf/src/main/resources/conf/jaas-authn-config.xml (original)
+++ trunk/idp-conf/src/main/resources/conf/jaas-authn-config.xml Mon Oct 21 22:08:29 2013
@@ -25,6 +25,7 @@
     <!-- 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" />
 
     <!-- Simple transforms to apply to username before validation. -->
     <bean id="shibboleth.authn.JAAS.Lowercase" class="java.lang.Boolean">

Modified: trunk/idp-conf/src/main/resources/flows/authn/jaas-form-authn-beans.xml
URL: http://svn.shibboleth.net/view/java-identity-provider/trunk/idp-conf/src/main/resources/flows/authn/jaas-form-authn-beans.xml?rev=4899&r1=4898&r2=4899&view=diff
==============================================================================
--- trunk/idp-conf/src/main/resources/flows/authn/jaas-form-authn-beans.xml (original)
+++ trunk/idp-conf/src/main/resources/flows/authn/jaas-form-authn-beans.xml Mon Oct 21 22:08:29 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