[java-idp-plugin-webauthn] branch main updated: Fix bean name

Phil Smart philip.smart at jisc.ac.uk
Wed Nov 20 17:18:11 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=28aea3bf812611435a5e8fd12fd44578cf434bdb

The following commit(s) were added to refs/heads/main by this push:
     new 28aea3b  Fix bean name
28aea3b is described below

commit 28aea3bf812611435a5e8fd12fd44578cf434bdb
Author: Phil Smart <philip.smart at jisc.ac.uk>
AuthorDate: Wed Nov 20 17:18:08 2024 +0000

    Fix bean name
---
 .../idp/plugin/authn/webauthn/conf/authn/webauthn-management-config.xml | 2 +-
 .../plugin/authn/webauthn/conf/authn/webauthn-registration-config.xml   | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/webauthn-impl/src/main/resources/net/shibboleth/idp/plugin/authn/webauthn/conf/authn/webauthn-management-config.xml b/webauthn-impl/src/main/resources/net/shibboleth/idp/plugin/authn/webauthn/conf/authn/webauthn-management-config.xml
index 0ccbfe1..8b205f7 100644
--- a/webauthn-impl/src/main/resources/net/shibboleth/idp/plugin/authn/webauthn/conf/authn/webauthn-management-config.xml
+++ b/webauthn-impl/src/main/resources/net/shibboleth/idp/plugin/authn/webauthn/conf/authn/webauthn-management-config.xml
@@ -14,7 +14,7 @@
     -->
     <util:list id="shibboleth.authn.WebAuthn.CredentialLabellerList">
     
-        <bean id="CapabilitiesCredentialLabeller" scope="prototype"
+        <bean id="SecondFactorOnlyCredentialLabeller" scope="prototype"
             class="net.shibboleth.idp.plugin.authn.webauthn.admin.impl.SecondFactorOnlyCredentialLabeller"
             p:secondFactorOnlyAuthenticators="%{idp.authn.webauthn.authenticator.policy.secondFactorOnlyAuthenticators:null}"
             p:label="SecondFactorOnly"/>
diff --git a/webauthn-impl/src/main/resources/net/shibboleth/idp/plugin/authn/webauthn/conf/authn/webauthn-registration-config.xml b/webauthn-impl/src/main/resources/net/shibboleth/idp/plugin/authn/webauthn/conf/authn/webauthn-registration-config.xml
index b934e98..739f825 100644
--- a/webauthn-impl/src/main/resources/net/shibboleth/idp/plugin/authn/webauthn/conf/authn/webauthn-registration-config.xml
+++ b/webauthn-impl/src/main/resources/net/shibboleth/idp/plugin/authn/webauthn/conf/authn/webauthn-registration-config.xml
@@ -25,7 +25,7 @@
     -->
     <util:list id="shibboleth.authn.WebAuthn.CredentialLabellerList">
     
-        <bean id="CapabilitiesCredentialLabeller" scope="prototype"
+        <bean id="SecondFactorOnlyCredentialLabeller" scope="prototype"
             class="net.shibboleth.idp.plugin.authn.webauthn.admin.impl.SecondFactorOnlyCredentialLabeller"
             p:secondFactorOnlyAuthenticators="%{idp.authn.webauthn.authenticator.policy.secondFactorOnlyAuthenticators:null}"
             p:label="SecondFactorOnly"/>

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


More information about the commits mailing list