[java-idp-plugin-webauthn] branch main updated: Javadoc and minor logging issue.
Phil Smart
philip.smart at jisc.ac.uk
Fri Mar 7 14:22:09 UTC 2025
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=f759a054326643b1f413ffc7bc4e043e8b3628f6
The following commit(s) were added to refs/heads/main by this push:
new f759a05 Javadoc and minor logging issue.
f759a05 is described below
commit f759a054326643b1f413ffc7bc4e043e8b3628f6
Author: Phil Smart <philip.smart at jisc.ac.uk>
AuthorDate: Fri Mar 7 14:22:06 2025 +0000
Javadoc and minor logging issue.
---
.../idp/plugin/authn/webauthn/impl/FilterCredentialsOnPolicy.java | 2 +-
.../idp/plugin/authn/webauthn/conf/authn/webauthn.properties | 4 ++--
2 files changed, 3 insertions(+), 3 deletions(-)
diff --git a/webauthn-impl/src/main/java/net/shibboleth/idp/plugin/authn/webauthn/impl/FilterCredentialsOnPolicy.java b/webauthn-impl/src/main/java/net/shibboleth/idp/plugin/authn/webauthn/impl/FilterCredentialsOnPolicy.java
index 3abd6a3..b60b9fd 100644
--- a/webauthn-impl/src/main/java/net/shibboleth/idp/plugin/authn/webauthn/impl/FilterCredentialsOnPolicy.java
+++ b/webauthn-impl/src/main/java/net/shibboleth/idp/plugin/authn/webauthn/impl/FilterCredentialsOnPolicy.java
@@ -137,7 +137,7 @@ public class FilterCredentialsOnPolicy extends AbstractWebAuthnAction<WebAuthnAu
filteredCredentials.size());
if (filteredCredentials.isEmpty()) {
- log.debug("{} All of '{}''s credentials have been filtered, triggering event '{}' ",
+ log.debug("{} All of '{}'s' credentials have been filtered, triggering event '{}' ",
getLogPrefix(), context.getUsername(), noCredentialsEventId);
ActionSupport.buildEvent(profileRequestContext, noCredentialsEventId);
return;
diff --git a/webauthn-impl/src/main/resources/net/shibboleth/idp/plugin/authn/webauthn/conf/authn/webauthn.properties b/webauthn-impl/src/main/resources/net/shibboleth/idp/plugin/authn/webauthn/conf/authn/webauthn.properties
index 0a05e7b..44c5037 100644
--- a/webauthn-impl/src/main/resources/net/shibboleth/idp/plugin/authn/webauthn/conf/authn/webauthn.properties
+++ b/webauthn-impl/src/main/resources/net/shibboleth/idp/plugin/authn/webauthn/conf/authn/webauthn.properties
@@ -71,14 +71,14 @@ idp.authn.webauthn.supportedPrincipals = \
# The ID of the bean that supplies the c14n flows that are applied to the username entered during the passwordless flow
#idp.authn.webauthn.passwordless.c14n.postUsernameFlows = shibboleth.PostLoginSubjectCanonicalizationFlows
-# Enable the credential filter policy engine for passwordless and second factor flows
+# Enable the credential filter policy engine for passwordless and second factor flows. This runs before the user has had the opportunity to authenticate.
#idp.authn.webauthn.credential.filter.policy.enabled = false
# Set the credential policies to use, defaults to a chained set of policies
#idp.authn.webauthn.credential.filter.policy = shibboleth.authn.WebAuthn.ChainedCredentialPolicy
# If there are no credentials left after filtering, the following non-proceed event is signalled
#idp.authn.webauthn.credential.filter.policy.noCredentialsEventId = NoCredentials
-# Enable the credential policy engine
+# Enable the credential policy engine. This runs after the user has chosen a key to authenticate with and the assertion response returned to the IdP.
#idp.authn.webauthn.credential.policy.enabled = false
# Set the credential policies to use, defaults to a chained set of policies
#idp.authn.webauthn.credential.policy = shibboleth.authn.WebAuthn.ChainedCredentialPolicy
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
More information about the commits
mailing list