[java-idp-plugin-mgmt] branch main updated: JWEBAUTHN-79 - Release 1.4.2
Codeberg
noreply at shibboleth.net
Wed May 20 09:56:12 UTC 2026
This is an automated email from the git hooks/post-receive script.
codeberg pushed a commit to branch main
in repository java-idp-plugin-mgmt.
View the commit online:
https://codeberg.org/Shibboleth/java-idp-plugin-mgmt/commit/325603cebbd16d82ccc5e550a51dde5d8ac8e73f
The following commit(s) were added to refs/heads/main by this push:
new 325603c JWEBAUTHN-79 - Release 1.4.2
325603c is described below
commit 325603cebbd16d82ccc5e550a51dde5d8ac8e73f
Author: Phil Smart <philip.smart at jisc.ac.uk>
AuthorDate: Wed May 20 10:31:35 2026 +0100
JWEBAUTHN-79 - Release 1.4.2
- Add WebAuthn 1.4.2
https://shibboleth.atlassian.net/browse/JWEBAUTHN-79
---
plugins.properties | 8 ++++++--
1 file changed, 6 insertions(+), 2 deletions(-)
diff --git a/plugins.properties b/plugins.properties
index 0872909..5c95df6 100644
--- a/plugins.properties
+++ b/plugins.properties
@@ -462,7 +462,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 1.4.0 1.4.1
+net.shibboleth.idp.plugin.authn.webauthn.versions = 1.0.0 1.1.0 1.2.0 1.3.0 1.4.0 1.4.1 1.4.2
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}
@@ -488,7 +488,11 @@ net.shibboleth.idp.plugin.authn.webauthn.supportLevel.1.4.0 = OutOfDate
net.shibboleth.idp.plugin.authn.webauthn.idpVersionMax.1.4.1 = 6.0.0
net.shibboleth.idp.plugin.authn.webauthn.idpVersionMin.1.4.1 = 5.0.0
-net.shibboleth.idp.plugin.authn.webauthn.supportLevel.1.4.1 = Current
+net.shibboleth.idp.plugin.authn.webauthn.supportLevel.1.4.1 = OutOfDate
+
+net.shibboleth.idp.plugin.authn.webauthn.idpVersionMax.1.4.2 = 6.0.0
+net.shibboleth.idp.plugin.authn.webauthn.idpVersionMin.1.4.2 = 5.0.0
+net.shibboleth.idp.plugin.authn.webauthn.supportLevel.1.4.2 = Current
###################################
# Jetty plugin #
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
More information about the commits
mailing list