[java-idp-plugin-duo] branch main updated: Username properly cleanup.

Scott Cantor cantor.2 at osu.edu
Thu Jan 4 20:46:57 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=3e30206b4b166b0a41a884a8287f40413f90d346

The following commit(s) were added to refs/heads/main by this push:
     new 3e30206b Username properly cleanup.
3e30206b is described below

commit 3e30206b4b166b0a41a884a8287f40413f90d346
Author: Scott Cantor <cantor.2 at osu.edu>
AuthorDate: Thu Jan 4 15:46:54 2024 -0500

    Username properly cleanup.
---
 .../shibboleth/idp/flows/authn/DuoOIDC/duo-oidc-authn-beans.xml   | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

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 fff6dfb6..00981536 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
@@ -155,11 +155,11 @@
         p:dataSealer="#{'%{idp.authn.usernameCookieName:}'.trim().isEmpty() ? null : getObject('shibboleth.DataSealer')}"
         p:cookieManager="#{'%{idp.authn.usernameCookieName:}'.trim().isEmpty() ? null : getObject('shibboleth.PersistentCookieManager')}"
         p:cookieName="%{idp.authn.usernameCookieName:}"
-        p:usernameFieldName="#{'%{idp.authn.DuoOIDC.usernameFieldName:j_username}'.trim()}"
+        p:usernameFieldName="#{'%{idp.authn.oidc.usernameFieldName:j_username}'.trim()}"
         p:checkSession="%{idp.authn.usernameFromSession:false}"
-        p:lowercase="%{idp.authn.DuoOIDC.lowercase:false}"
-        p:uppercase="%{idp.authn.DuoOIDC.uppercase:false}"
-        p:trim="%{idp.authn.Password.trim:true}"
+        p:lowercase="%{idp.authn.oidc.lowercase:false}"
+        p:uppercase="%{idp.authn.oidc.uppercase:false}"
+        p:trim="%{idp.authn.oidc.trim:true}"
         p:transforms="#{getObject('shibboleth.authn.DuoOIDC.Transforms')}" />
         
     <!-- Duo OIDC beans -->

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


More information about the commits mailing list