[java-idp-plugin-webauthn] branch main updated: Remove redundant bean

Phil Smart philip.smart at jisc.ac.uk
Tue Aug 13 10:18:10 UTC 2024


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

philsmart pushed a commit to branch main
in repository java-idp-plugin-webauthn.

View the commit online:
http://git.shibboleth.net/view/?p=java-idp-plugin-webauthn.git;a=commit;h=954f0e150911749f9f90c2e3a084ceef836073f1

The following commit(s) were added to refs/heads/main by this push:
     new 954f0e1  Remove redundant bean
954f0e1 is described below

commit 954f0e150911749f9f90c2e3a084ceef836073f1
Author: Phil Smart <philip.smart at jisc.ac.uk>
AuthorDate: Tue Aug 13 11:18:07 2024 +0100

    Remove redundant bean
---
 .../net/shibboleth/idp/flows/authn/WebAuthn/webauthn-beans.xml        | 4 ----
 1 file changed, 4 deletions(-)

diff --git a/webauthn-impl/src/main/resources/META-INF/net/shibboleth/idp/flows/authn/WebAuthn/webauthn-beans.xml b/webauthn-impl/src/main/resources/META-INF/net/shibboleth/idp/flows/authn/WebAuthn/webauthn-beans.xml
index 8e26f81..e0840ae 100644
--- a/webauthn-impl/src/main/resources/META-INF/net/shibboleth/idp/flows/authn/WebAuthn/webauthn-beans.xml
+++ b/webauthn-impl/src/main/resources/META-INF/net/shibboleth/idp/flows/authn/WebAuthn/webauthn-beans.xml
@@ -128,10 +128,6 @@
         p:writeAuditLogAction="#{%{idp.authn.webauthn.audit.enabled:%{idp.authn.audit.enabled:false}} ? getObject('WriteAuthnAuditLog') : null}"/>
 
     <!-- Audit logging beans. -->
-    
-    <bean id="AdminActionPopulateAuditContext" parent="shibboleth.authn.AbstractPopulateAuditContext"
-        p:fieldExtractors="#{getObject('shibboleth.authn.DuoOIDC.AdminActionPopulateAuditExtractors') ?: getObject('shibboleth.authn.DuoOIDC.DefaultAdminActionPopulateAuditExtractors')}"
-        p:clearAuditContext="true"/>
 
     <!-- Default audit format and extractors --> 
     <util:map id="shibboleth.authn.AuditFormattingMap">

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


More information about the commits mailing list