[java-idp-plugin-duo] branch main updated: JDUO-80 - Use of Duo as a Passwordless solution.
Scott Cantor
cantor.2 at osu.edu
Wed Feb 21 16:36:53 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=da51a106bc6b9677edfcdeb830f5f515be9c092f
The following commit(s) were added to refs/heads/main by this push:
new da51a106 JDUO-80 - Use of Duo as a Passwordless solution.
da51a106 is described below
commit da51a106bc6b9677edfcdeb830f5f515be9c092f
Author: Scott Cantor <cantor.2 at osu.edu>
AuthorDate: Wed Feb 21 11:36:23 2024 -0500
JDUO-80 - Use of Duo as a Passwordless solution.
https://shibboleth.atlassian.net/browse/JDUO-80
Second copy of enrollment checking action should always signal events.
---
.../net/shibboleth/idp/flows/authn/DuoOIDC/duo-oidc-authn-beans.xml | 3 ++-
1 file changed, 2 insertions(+), 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 eedb6db3..281bfd17 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
@@ -158,7 +158,8 @@
p:uppercase="%{idp.duo.oidc.uppercase:false}"
p:trim="%{idp.duo.oidc.trim:true}"
p:transforms="#{getObject('shibboleth.authn.DuoOIDC.Transforms')}"
- p:duoUsernameRemappingStrategy="#{getObject('shibboleth.authnn.DuoOIDC.UsernameRemappingStrategy')}">
+ p:duoUsernameRemappingStrategy="#{getObject('shibboleth.authnn.DuoOIDC.UsernameRemappingStrategy')}"
+ p:signalEvents="true">
<property name="precedence">
<bean parent="shibboleth.CommaDelimStringArray"
c:_0="#{'%{idp.authn.usernamePrecedence:form,session,cookie}'.trim()}" />
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
More information about the commits
mailing list