[java-identity-provider] branch main updated: IDP-2089 - Duo flow uses WriteAuditLog instead of WriteAuthnAuditLog
Scott Cantor
cantor.2 at osu.edu
Mon Apr 10 12:32:49 UTC 2023
This is an automated email from the git hooks/post-receive script.
scantor pushed a commit to branch main
in repository java-identity-provider.
View the commit online:
http://git.shibboleth.net/view/?p=java-identity-provider.git;a=commit;h=f2410cad01b19e63cf5d5ab5ec11c1178910c9a5
The following commit(s) were added to refs/heads/main by this push:
new f2410cad0 IDP-2089 - Duo flow uses WriteAuditLog instead of WriteAuthnAuditLog
f2410cad0 is described below
commit f2410cad01b19e63cf5d5ab5ec11c1178910c9a5
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 f3b8c94f9..58ead6c39 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