[java-idp-plugin-webauthn] branch main updated: Fix default property value
Phil Smart
philip.smart at jisc.ac.uk
Tue Oct 29 15:00:42 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=9a70bdf9ea10c254a3eb52d9ece0d178a397f8d1
The following commit(s) were added to refs/heads/main by this push:
new 9a70bdf Fix default property value
9a70bdf is described below
commit 9a70bdf9ea10c254a3eb52d9ece0d178a397f8d1
Author: Phil Smart <philip.smart at jisc.ac.uk>
AuthorDate: Tue Oct 29 15:00:40 2024 +0000
Fix default property value
- the management flow is indeed resolving attributes by default, even
if the properties file suggests the default does not
---
.../plugin/authn/webauthn/conf/authn/webauthn-registration.properties | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
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 905a70b..2cd2022 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
@@ -116,7 +116,7 @@
#idp.authn.webauthn.admin.management.logging = WebAuthnCredentialManagement
#idp.authn.webauthn.admin.management.accessPolicy = AccessByAdmin
-#idp.authn.webauthn.admin.management.resolveAttributes = false
+#idp.authn.webauthn.admin.management.resolveAttributes = true
#idp.authn.webauthn.admin.management.authenticationFlows =
#idp.authn.webauthn.admin.management.postAuthenticationFlows =
#idp.authn.webauthn.admin.management.defaultAuthenticationMethods = saml2/http://example.org/ac/classes/mfa
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
More information about the commits
mailing list