[java-idp-plugin-mgmt] branch main updated: JWEBAUTHN-65 - Release 1.4.0
Phil Smart
philip.smart at jisc.ac.uk
Tue Oct 7 13:24:04 UTC 2025
This is an automated email from the git hooks/post-receive script.
philsmart pushed a commit to branch main
in repository java-idp-plugin-mgmt.
View the commit online:
http://git.shibboleth.net/view/?p=java-idp-plugin-mgmt.git;a=commit;h=8083d58013d0d6033776cbe77a004a8b60909b13
The following commit(s) were added to refs/heads/main by this push:
new 8083d58 JWEBAUTHN-65 - Release 1.4.0
8083d58 is described below
commit 8083d58013d0d6033776cbe77a004a8b60909b13
Author: Phil Smart <philip.smart at jisc.ac.uk>
AuthorDate: Tue Oct 7 14:18:36 2025 +0100
JWEBAUTHN-65 - Release 1.4.0
- Add WebAuthn 1.4.0
https://shibboleth.atlassian.net/browse/JWEBAUTHN-65
---
plugins.properties | 8 ++++++--
1 file changed, 6 insertions(+), 2 deletions(-)
diff --git a/plugins.properties b/plugins.properties
index e06c0cb..e18165d 100644
--- a/plugins.properties
+++ b/plugins.properties
@@ -458,7 +458,7 @@ net.shibboleth.idp.plugin.authn.oidc.rp.supportLevel.2.3.0 = Current
###################################
# WebAuthn Authentication plugin #
###################################
-net.shibboleth.idp.plugin.authn.webauthn.versions = 1.0.0 1.1.0 1.2.0 1.3.0
+net.shibboleth.idp.plugin.authn.webauthn.versions = 1.0.0 1.1.0 1.2.0 1.3.0 1.4.0
net.shibboleth.idp.plugin.authn.webauthn.downloadURL.%{version} = https://shibboleth.net/downloads/identity-provider/plugins/webauthn/%{version}
net.shibboleth.idp.plugin.authn.webauthn.baseName.%{version} = idp-plugin-webauthn-dist-%{version}
@@ -476,4 +476,8 @@ net.shibboleth.idp.plugin.authn.webauthn.supportLevel.1.2.0 = OutOfDate
net.shibboleth.idp.plugin.authn.webauthn.idpVersionMax.1.3.0 = 6.0.0
net.shibboleth.idp.plugin.authn.webauthn.idpVersionMin.1.3.0 = 5.0.0
-net.shibboleth.idp.plugin.authn.webauthn.supportLevel.1.3.0 = Current
+net.shibboleth.idp.plugin.authn.webauthn.supportLevel.1.3.0 = OutOfDate
+
+net.shibboleth.idp.plugin.authn.webauthn.idpVersionMax.1.4.0 = 6.0.0
+net.shibboleth.idp.plugin.authn.webauthn.idpVersionMin.1.4.0 = 5.0.0
+net.shibboleth.idp.plugin.authn.webauthn.supportLevel.1.4.0 = Current
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
More information about the commits
mailing list