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

Scott Cantor cantor.2 at osu.edu
Thu Jan 11 19:28:11 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=2156d906bc834325500f566f1588d20e33f375e1

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

commit 2156d906bc834325500f566f1588d20e33f375e1
Author: Scott Cantor <cantor.2 at osu.edu>
AuthorDate: Thu Jan 11 14:28:08 2024 -0500

    JDUO-80 - Use of Duo as a passwordless solution
    
    https://shibboleth.atlassian.net/browse/JDUO-80
    
    Add remembered_device to the allowed factor default.
---
 .../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 eac9c29a..bf0630a3 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)}'.trim()}" />
+                c:_0="#{'%{idp.duo.oidc.passwordless.allowedFactors:Platform authenticator (2fa),Roaming authenticator (2fa),remembered_device}'.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