[java-idp-plugin-webauthn] branch main updated: Javadoc
Phil Smart
philip.smart at jisc.ac.uk
Fri Mar 15 13:53:50 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=3eff905953f9108c8fa62a327bec7e975164a3ef
The following commit(s) were added to refs/heads/main by this push:
new 3eff905 Javadoc
3eff905 is described below
commit 3eff905953f9108c8fa62a327bec7e975164a3ef
Author: Phil Smart <philip.smart at jisc.ac.uk>
AuthorDate: Fri Mar 15 13:53:47 2024 +0000
Javadoc
---
.../plugin/authn/webauthn/metadata/FidoMetadataServiceFactory.java | 4 ++--
.../idp/plugin/authn/webauthn/conf/authn/webauthn.properties | 2 +-
2 files changed, 3 insertions(+), 3 deletions(-)
diff --git a/webauthn-impl/src/main/java/net/shibboleth/idp/plugin/authn/webauthn/metadata/FidoMetadataServiceFactory.java b/webauthn-impl/src/main/java/net/shibboleth/idp/plugin/authn/webauthn/metadata/FidoMetadataServiceFactory.java
index 0126fb2..83cd3b0 100644
--- a/webauthn-impl/src/main/java/net/shibboleth/idp/plugin/authn/webauthn/metadata/FidoMetadataServiceFactory.java
+++ b/webauthn-impl/src/main/java/net/shibboleth/idp/plugin/authn/webauthn/metadata/FidoMetadataServiceFactory.java
@@ -105,13 +105,13 @@ public class FidoMetadataServiceFactory extends AbstractIdentifiableInitializabl
/**
- * Load the given metadata blob file.
+ * Load the given metadata blob file into a String.
*
* @param file the metadata blob file to load
*
* @return the metadata blob as a string
*
- * @throws FileNotFoundException if the file does not exist
+ * @throws IOException if the file does not exist or there is a problem reading from the file
*/
@Nonnull private String loadMetadataJwt(@Nonnull final Resource file) throws IOException {
if (!file.exists()) {
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 ba1ec74..e7221fe 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
@@ -43,7 +43,7 @@ idp.authn.webauthn.supportedPrincipals = \
# Enable FIDO Alliance metadata? If you want to use the metadata service, you *must* download and set the trust root and the legal blob file headers
#idp.authn.webauthn.metadata.enabled = false
-#idp.authn.webauthn.metadata.trustRootFile=
+#idp.authn.webauthn.metadata.trustRootFile =
#idp.authn.webauthn.metadata.expectedLegalHeaders = Retrieval and use of this BLOB indicates acceptance of the appropriate agreement located at https://fidoalliance.org/metadata/metadata-legal-terms/
## If you want to download the metadata from a URL when the IdP starts, you must specify a cache file (.bin) and the URL to fetch the metadata
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
More information about the commits
mailing list