[java-identity-provider] branch main updated: IDP-1746 - Allow sms factor for non-browser ECP Duo authn

Scott Cantor cantor.2 at osu.edu
Thu Feb 4 21:41:04 UTC 2021


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

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

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

The following commit(s) were added to refs/heads/main by this push:
       new  f77f074e0 IDP-1746 - Allow sms factor for non-browser ECP Duo authn
f77f074e0 is described below

commit f77f074e068c8e111209ddacc9248525b67a1e7b
Author: Scott Cantor <cantor.2 at osu.edu>
AuthorDate: Thu Feb 4 16:40:59 2021 -0500

    IDP-1746 - Allow sms factor for non-browser ECP Duo authn
    
    https://issues.shibboleth.net/jira/browse/IDP-1746
---
 .../idp/authn/duo/impl/ExtractDuoAuthenticationFromHeaders.java       | 4 ----
 1 file changed, 4 deletions(-)

diff --git a/idp-authn-impl/src/main/java/net/shibboleth/idp/authn/duo/impl/ExtractDuoAuthenticationFromHeaders.java b/idp-authn-impl/src/main/java/net/shibboleth/idp/authn/duo/impl/ExtractDuoAuthenticationFromHeaders.java
index 486c6c51d..9da8217b8 100644
--- a/idp-authn-impl/src/main/java/net/shibboleth/idp/authn/duo/impl/ExtractDuoAuthenticationFromHeaders.java
+++ b/idp-authn-impl/src/main/java/net/shibboleth/idp/authn/duo/impl/ExtractDuoAuthenticationFromHeaders.java
@@ -196,10 +196,6 @@ public class ExtractDuoAuthenticationFromHeaders extends AbstractAuthenticationA
                 ActionSupport.buildEvent(profileRequestContext, AuthnEventIds.NO_CREDENTIALS);
                 return;
             }
-        } else if (DuoAuthAPI.DUO_FACTOR_SMS.equals(duoCtx.getFactor())) {
-            log.warn("{} Request for SMS codes unsupported", getLogPrefix());
-            ActionSupport.buildEvent(profileRequestContext, AuthnEventIds.NO_CREDENTIALS);
-            return;
         }
         
         // Check for missing passcode.

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


More information about the commits mailing list