[java-identity-provider] branch master updated: Add a default account lockout mapping.

Scott Cantor cantor.2 at osu.edu
Mon Aug 13 20:08:10 EDT 2018


This is an automated email from the git hooks/post-receive script.

scantor pushed a commit to branch master
in repository java-identity-provider.

View the commit online:
http://git.shibboleth.net/view/?p=java-identity-provider.git;a=commit;h=4886827dd43b5058fad29e466a0f8224932a28ca

The following commit(s) were added to refs/heads/master by this push:
       new  4886827   Add a default account lockout mapping.
4886827 is described below

commit 4886827dd43b5058fad29e466a0f8224932a28ca
Author: Scott Cantor <cantor.2 at osu.edu>
AuthorDate: Mon Aug 13 20:08:08 2018 -0400

    Add a default account lockout mapping.
---
 .../src/main/resources/system/flows/authn/duo-authn-beans.xml     | 8 +++++++-
 1 file changed, 7 insertions(+), 1 deletion(-)

diff --git a/idp-conf/src/main/resources/system/flows/authn/duo-authn-beans.xml b/idp-conf/src/main/resources/system/flows/authn/duo-authn-beans.xml
index 536b2dd..ef64f53 100644
--- a/idp-conf/src/main/resources/system/flows/authn/duo-authn-beans.xml
+++ b/idp-conf/src/main/resources/system/flows/authn/duo-authn-beans.xml
@@ -69,7 +69,13 @@
         p:objectMapper-ref="shibboleth.JSONObjectMapper"
         p:httpClient-ref="%{idp.duo.nonbrowser.httpClient:shibboleth.NonCachingHttpClient}" />
 
-    <util:map id="shibboleth.authn.duo.DefaultClassifiedMessageMap" />
+    <util:map id="shibboleth.authn.duo.DefaultClassifiedMessageMap">
+        <entry key="AccountLocked">
+            <list>
+                <value>locked_out</value>
+            </list>
+        </entry>
+    </util:map>
 
     <bean id="ValidateDuoAuthAPI" scope="prototype"
         class="net.shibboleth.idp.authn.duo.impl.ValidateDuoAuthAPI"

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.


More information about the commits mailing list