[java-idp-plugin-webauthn] branch main updated: Fix duplicated resolve attributes property

Phil Smart philip.smart at jisc.ac.uk
Fri Nov 15 13:37:15 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=41bcae8b6c126f188a0866b8c9a021b0bd935aae

The following commit(s) were added to refs/heads/main by this push:
     new 41bcae8  Fix duplicated resolve attributes property
41bcae8 is described below

commit 41bcae8b6c126f188a0866b8c9a021b0bd935aae
Author: Phil Smart <philip.smart at jisc.ac.uk>
AuthorDate: Fri Nov 15 13:37:13 2024 +0000

    Fix duplicated resolve attributes property
---
 .../plugin/authn/webauthn/conf/authn/webauthn-registration.properties   | 2 --
 1 file changed, 2 deletions(-)

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 f43929d..f753ea6 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
@@ -7,8 +7,6 @@
 #idp.authn.webauthn.admin.registration.accessPolicy = AccessByCurrentUser
 # Restrict the usable authentication flows
 #idp.authn.webauthn.admin.registration.authenticationFlows =
-# If you want to resolve user.id and display name from the attribute resolver, this must be true
-#idp.authn.webauthn.admin.registration.resolveIdentityAttributes = true;
 # Which authentication flows to require
 #idp.authn.webauthn.admin.registration.defaultAuthenticationMethods =
 # The flow logging ID

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


More information about the commits mailing list