[java-idp-plugin-duo] branch main updated: Revert "JDUO-80 - Use of Duo as a passwordless solution"

Scott Cantor cantor.2 at osu.edu
Thu Jan 11 19:39:56 UTC 2024


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

scantor pushed a commit to branch main
in repository java-idp-plugin-duo.

View the commit online:
http://git.shibboleth.net/view/?p=java-idp-plugin-duo.git;a=commit;h=0d7afb22fa61935841c3e77b8099578fdd70ed76

The following commit(s) were added to refs/heads/main by this push:
     new 0d7afb22 Revert "JDUO-80 - Use of Duo as a passwordless solution"
0d7afb22 is described below

commit 0d7afb22fa61935841c3e77b8099578fdd70ed76
Author: Scott Cantor <cantor.2 at osu.edu>
AuthorDate: Thu Jan 11 14:39:44 2024 -0500

    Revert "JDUO-80 - Use of Duo as a passwordless solution"
    
    This reverts commit 2156d906bc834325500f566f1588d20e33f375e1.
---
 .../net/shibboleth/idp/flows/authn/DuoOIDC/duo-oidc-authn-beans.xml     | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/idp-duo-impl/src/main/resources/META-INF/net/shibboleth/idp/flows/authn/DuoOIDC/duo-oidc-authn-beans.xml b/idp-duo-impl/src/main/resources/META-INF/net/shibboleth/idp/flows/authn/DuoOIDC/duo-oidc-authn-beans.xml
index bf0630a3..eac9c29a 100644
--- a/idp-duo-impl/src/main/resources/META-INF/net/shibboleth/idp/flows/authn/DuoOIDC/duo-oidc-authn-beans.xml
+++ b/idp-duo-impl/src/main/resources/META-INF/net/shibboleth/idp/flows/authn/DuoOIDC/duo-oidc-authn-beans.xml
@@ -74,7 +74,7 @@
             p:allowedOrigins="%{idp.duo.oidc.passwordless.redirecturl.allowedOrigins:%{idp.duo.oidc.redirecturl.allowedOrigins:}}">
         <property name="allowedFactors">
             <bean parent="shibboleth.CommaDelimStringArray"
-                c:_0="#{'%{idp.duo.oidc.passwordless.allowedFactors:Platform authenticator (2fa),Roaming authenticator (2fa),remembered_device}'.trim()}" />
+                c:_0="#{'%{idp.duo.oidc.passwordless.allowedFactors:Platform authenticator (2fa),Roaming authenticator (2fa)}'.trim()}" />
         </property>
     </bean>
     <bean id="shibboleth.authn.DuoOIDC.Passwordless.DuoIntegrationStrategy" parent="shibboleth.Functions.Constant"

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


More information about the commits mailing list