[java-idp-plugin-webauthn] branch main updated: Add missing properties

Phil Smart philip.smart at jisc.ac.uk
Mon Sep 23 14:12:39 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=dbbdab3931d387a1e28ca3ffbf9f3378750e3f7c

The following commit(s) were added to refs/heads/main by this push:
     new dbbdab3  Add missing properties
dbbdab3 is described below

commit dbbdab3931d387a1e28ca3ffbf9f3378750e3f7c
Author: Phil Smart <philip.smart at jisc.ac.uk>
AuthorDate: Mon Sep 23 15:12:37 2024 +0100

    Add missing properties
---
 .../idp/plugin/authn/webauthn/conf/authn/webauthn.properties          | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

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 909b47d..e2f1659 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
@@ -128,7 +128,7 @@ idp.authn.webauthn.supportedPrincipals = \
 # Force second factor even if no acceptable previous factors ran
 #idp.authn.webauthn.2fa.forceSecondFactorFlow = false
 
-# The bean name of the user.name lookup strategy. By default, this comes from the principal name established by the first factor.
+# The bean name of the username lookup strategy. By default, this comes from the principal name established by the first factor.
 #idp.authn.webauthn.2fa.username.strategy = shibboleth.authn.webauthn.CanonicalUsernameLookupStrategy
 
 # Should we update an authenticators signature counter inside the credential repository after each successful authentication?  
@@ -153,6 +153,8 @@ idp.authn.webauthn.supportedPrincipals = \
 
 # Audit
 #idp.authn.webauthn.audit.enabled = false
+#idp.authn.webauthn.audit.format = %a|%T|%SP|%I|%s|%AF|%CV|%u|%WebAuthnUID|%WebAuthnUV|%WebAuthnFM|%tu|%AR|%UA
+#idp.authn.webauthn.audit.category = Shibboleth-Audit.WebAuthn
 
 #### Administrator properties for managing user credentials
 

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


More information about the commits mailing list