[java-idp-plugin-mgmt] branch main updated: JWEBAUTHN-50 - Release 1.1.0

Phil Smart philip.smart at jisc.ac.uk
Thu Mar 13 16:56:42 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=3cb80facc9ce1524ae99721dcd9c4c9aeb6730ac

The following commit(s) were added to refs/heads/main by this push:
     new 3cb80fa  JWEBAUTHN-50 - Release 1.1.0
3cb80fa is described below

commit 3cb80facc9ce1524ae99721dcd9c4c9aeb6730ac
Author: Phil Smart <philip.smart at jisc.ac.uk>
AuthorDate: Thu Mar 13 16:55:55 2025 +0000

    JWEBAUTHN-50 - Release 1.1.0
    
     - Release 1.1.0 of the WebAuthn plugin
    
    https://shibboleth.atlassian.net/browse/JWEBAUTHN-50
---
 plugins.properties | 8 ++++++--
 1 file changed, 6 insertions(+), 2 deletions(-)

diff --git a/plugins.properties b/plugins.properties
index 3040ac6..47f438b 100644
--- a/plugins.properties
+++ b/plugins.properties
@@ -410,10 +410,14 @@ net.shibboleth.idp.plugin.authn.oidc.rp.supportLevel.2.1.2 = Current
 ###################################
 # WebAuthn Authentication plugin  #
 ###################################
-net.shibboleth.idp.plugin.authn.webauthn.versions = 1.0.0 
+net.shibboleth.idp.plugin.authn.webauthn.versions = 1.0.0 1.1.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}
 
 net.shibboleth.idp.plugin.authn.webauthn.idpVersionMax.1.0.0 = 6.0.0
 net.shibboleth.idp.plugin.authn.webauthn.idpVersionMin.1.0.0 = 5.0.0
-net.shibboleth.idp.plugin.authn.webauthn.supportLevel.1.0.0 = Current
+net.shibboleth.idp.plugin.authn.webauthn.supportLevel.1.0.0 = OutOfDate
+
+net.shibboleth.idp.plugin.authn.webauthn.idpVersionMax.1.1.0 = 6.0.0
+net.shibboleth.idp.plugin.authn.webauthn.idpVersionMin.1.1.0 = 5.0.0
+net.shibboleth.idp.plugin.authn.webauthn.supportLevel.1.1.0 = Current

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


More information about the commits mailing list