[java-idp-plugin-mgmt] branch main updated: JWEBAUTHN-54 - Release 1.2.0

Phil Smart philip.smart at jisc.ac.uk
Thu May 8 13:54:47 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=b9e5774dc980dc82af5e83ca1bb3aa32045e9ce7

The following commit(s) were added to refs/heads/main by this push:
     new b9e5774  JWEBAUTHN-54 - Release 1.2.0
b9e5774 is described below

commit b9e5774dc980dc82af5e83ca1bb3aa32045e9ce7
Author: Phil Smart <philip.smart at jisc.ac.uk>
AuthorDate: Thu May 8 14:53:57 2025 +0100

    JWEBAUTHN-54 - Release 1.2.0
    
     - Add WebAuthn 1.2.0
    
    https://shibboleth.atlassian.net/browse/JWEBAUTHN-54
---
 plugins.properties | 8 ++++++--
 1 file changed, 6 insertions(+), 2 deletions(-)

diff --git a/plugins.properties b/plugins.properties
index 3093627..0419013 100644
--- a/plugins.properties
+++ b/plugins.properties
@@ -426,7 +426,7 @@ net.shibboleth.idp.plugin.authn.oidc.rp.supportLevel.2.2.0 = Current
 ###################################
 # WebAuthn Authentication plugin  #
 ###################################
-net.shibboleth.idp.plugin.authn.webauthn.versions = 1.0.0 1.1.0
+net.shibboleth.idp.plugin.authn.webauthn.versions = 1.0.0 1.1.0 1.2.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}
 
@@ -436,4 +436,8 @@ 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
+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

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


More information about the commits mailing list