[java-idp-plugin-webauthn] branch main updated: Remove unused default property value

Phil Smart philip.smart at jisc.ac.uk
Thu Dec 5 13:36: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=6dec8a23e56cdc2871cc7cddb114c1ba7c024d3f

The following commit(s) were added to refs/heads/main by this push:
     new 6dec8a2  Remove unused default property value
6dec8a2 is described below

commit 6dec8a23e56cdc2871cc7cddb114c1ba7c024d3f
Author: Phil Smart <philip.smart at jisc.ac.uk>
AuthorDate: Thu Dec 5 13:36:13 2024 +0000

    Remove unused default property value
---
 .../shibboleth/idp/plugin/authn/webauthn/conf/authn/webauthn.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.properties b/webauthn-impl/src/main/resources/net/shibboleth/idp/plugin/authn/webauthn/conf/authn/webauthn.properties
index ee36c1e..52303f9 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
@@ -24,7 +24,7 @@ idp.authn.webauthn.supportedPrincipals = \
     saml1/http://example.org/ac/classes/mfa
 
 # An override of origins this RP allows in a responses from an authenticator
-#idp.authn.webauthn.origins = https://localhost
+#idp.authn.webauthn.origins = 
 
 # The storage service to use as a credential repository
 #idp.authn.webauthn.StorageService = shibboleth.StorageService

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


More information about the commits mailing list