[java-identity-provider] branch maint-4 updated: IDP-2089 - Duo flow uses WriteAuditLog instead of WriteAuthnAuditLog

Scott Cantor cantor.2 at osu.edu
Mon Apr 10 12:29:38 UTC 2023


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

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

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

The following commit(s) were added to refs/heads/maint-4 by this push:
     new a057f3648 IDP-2089 - Duo flow uses WriteAuditLog instead of WriteAuthnAuditLog
a057f3648 is described below

commit a057f3648d894280d27bbda278a9a0de29d02cf3
Author: Scott Cantor <cantor.2 at osu.edu>
AuthorDate: Mon Apr 10 08:28:43 2023 -0400

    IDP-2089 - Duo flow uses WriteAuditLog instead of WriteAuthnAuditLog
    
    https://shibboleth.atlassian.net/browse/IDP-2089
---
 .../main/resources/net/shibboleth/idp/flows/authn/duo-authn-beans.xml   | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/idp-conf-impl/src/main/resources/net/shibboleth/idp/flows/authn/duo-authn-beans.xml b/idp-conf-impl/src/main/resources/net/shibboleth/idp/flows/authn/duo-authn-beans.xml
index 214629afd..8a1354699 100644
--- a/idp-conf-impl/src/main/resources/net/shibboleth/idp/flows/authn/duo-authn-beans.xml
+++ b/idp-conf-impl/src/main/resources/net/shibboleth/idp/flows/authn/duo-authn-beans.xml
@@ -64,7 +64,7 @@
         p:addDefaultPrincipals="#{getObject('shibboleth.authn.Duo.addDefaultPrincipals') ?: %{idp.authn.Duo.addDefaultPrincipals:true}}"
         p:resultCachingPredicate="#{getObject('shibboleth.authn.Duo.resultCachingPredicate')}"
         p:populateAuditContextAction="#{%{idp.authn.Duo.audit.enabled:%{idp.authn.audit.enabled:false}} ? getObject('shibboleth.authn.Duo.PopulateAuditContext') : null}"
-        p:writeAuditLogAction="#{%{idp.authn.Duo.audit.enabled:%{idp.authn.audit.enabled:false}} ? getObject('WriteAuditLog') : null}" />
+        p:writeAuditLogAction="#{%{idp.authn.Duo.audit.enabled:%{idp.authn.audit.enabled:false}} ? getObject('WriteAuthnAuditLog') : null}" />
 
     <bean id="ExtractDuoAuthenticationFromHeaders" scope="prototype"
         class="net.shibboleth.idp.authn.duo.impl.ExtractDuoAuthenticationFromHeaders"

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


More information about the commits mailing list