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=53d2ce7302b1bf41d002256cec2440c0c782f7cd
The following commit(s) were added to refs/heads/main by this push:
new 53d2ce7 Tweak logging
53d2ce7 is described below
commit 53d2ce7302b1bf41d002256cec2440c0c782f7cd
Author: Phil Smart <philip.smart at jisc.ac.uk>
AuthorDate: Wed Dec 4 17:28:01 2024 +0000
Tweak logging
---
.../authn/webauthn/admin/policy/impl/AllowlistAuthenticatorPolicy.java | 1 -
.../plugin/authn/webauthn/conf/authn/webauthn-registration.properties | 2 +-
2 files changed, 1 insertion(+), 2 deletions(-)
diff --git a/webauthn-impl/src/main/java/net/shibboleth/idp/plugin/authn/webauthn/admin/policy/impl/AllowlistAuthenticatorPolicy.java b/webauthn-impl/src/main/java/net/shibboleth/idp/plugin/authn/webauthn/admin/policy/impl/AllowlistAuthenticatorPolicy.java
index 7084732..f1c6604 100644
--- a/webauthn-impl/src/main/java/net/shibboleth/idp/plugin/authn/webauthn/admin/policy/impl/AllowlistAuthenticatorPolicy.java
+++ b/webauthn-impl/src/main/java/net/shibboleth/idp/plugin/authn/webauthn/admin/policy/impl/AllowlistAuthenticatorPolicy.java
@@ -61,7 +61,6 @@ public class AllowlistAuthenticatorPolicy extends AbstractAuthenticatorPolicyRul
if (aaguidBytes != null) {
return new AAGUID(aaguidBytes);
} else {
- log.trace("AAGUID '{}' is not valid", strAAGUID);
return null;
}
}).filter(Objects::nonNull).collect(CollectionSupport.nonnullCollector(Collectors.toSet())).get();
diff --git a/webauthn-impl/src/main/resources/net/shibboleth/idp/plugin/authn/webauthn/conf/authn/webauthn-registration.properties b/webauthn-impl/src/main/resources/net/shibboleth/idp/plugin/authn/webauthn/conf/authn/webauthn-registration.properties
index f753ea6..32b92ed 100644
--- a/webauthn-impl/src/main/resources/net/shibboleth/idp/plugin/authn/webauthn/conf/authn/webauthn-registration.properties
+++ b/webauthn-impl/src/main/resources/net/shibboleth/idp/plugin/authn/webauthn/conf/authn/webauthn-registration.properties
@@ -73,7 +73,7 @@
#idp.authn.webauthn.registration.audit.format = %a|%T|%u|%WebAuthnAdminAO|%WebAuthnAdminAction|%WebAuthnAdminCR|%WebAuthnAdminCA|%WebAuthnAdminAU|%UA
-## Administrator properties for managing user credentials
+## Administrator flow properties for managing user credentials
#idp.authn.webauthn.admin.management.logging = WebAuthnCredentialManagement
#idp.authn.webauthn.admin.management.accessPolicy = AccessByAdmin
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.