[java-idp-plugin-mgmt] branch main updated: JWEBAUTHN-58 - Release 1.3.0
Phil Smart
philip.smart at jisc.ac.uk
Thu Jul 31 15:40:57 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=e120bf39cd476007ab66946d9063742ec15f84fd
The following commit(s) were added to refs/heads/main by this push:
new e120bf3 JWEBAUTHN-58 - Release 1.3.0
e120bf3 is described below
commit e120bf39cd476007ab66946d9063742ec15f84fd
Author: Phil Smart <philip.smart at jisc.ac.uk>
AuthorDate: Thu Jul 31 16:39:59 2025 +0100
JWEBAUTHN-58 - Release 1.3.0
- Release WebAuthn 1.3.0
https://shibboleth.atlassian.net/browse/JWEBAUTHN-58
---
plugins.properties | 8 ++++++--
1 file changed, 6 insertions(+), 2 deletions(-)
diff --git a/plugins.properties b/plugins.properties
index 780f685..7db90d9 100644
--- a/plugins.properties
+++ b/plugins.properties
@@ -450,7 +450,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
+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.downloadURL.%{version} = https://shibboleth.net/downloads/identity-provider/plugins/webauthn/%{version}
net.shibboleth.idp.plugin.authn.webauthn.baseName.%{version} = idp-plugin-webauthn-dist-%{version}
@@ -464,4 +464,8 @@ net.shibboleth.idp.plugin.authn.webauthn.supportLevel.1.1.0 = OutOfDate
net.shibboleth.idp.plugin.authn.webauthn.idpVersionMax.1.2.0 = 6.0.0
net.shibboleth.idp.plugin.authn.webauthn.idpVersionMin.1.2.0 = 5.0.0
-net.shibboleth.idp.plugin.authn.webauthn.supportLevel.1.2.0 = Current
+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
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
More information about the commits
mailing list