[java-idp-plugin-mgmt] branch main updated: Fix min and max idp version for WebAuthn
Phil Smart
philip.smart at jisc.ac.uk
Thu Dec 5 17:58:34 UTC 2024
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=1975f1967d83dab2a0adcce5750829a90bc6ea27
The following commit(s) were added to refs/heads/main by this push:
new 1975f19 Fix min and max idp version for WebAuthn
1975f19 is described below
commit 1975f1967d83dab2a0adcce5750829a90bc6ea27
Author: Phil Smart <philip.smart at jisc.ac.uk>
AuthorDate: Thu Dec 5 17:58:21 2024 +0000
Fix min and max idp version for WebAuthn
---
plugins.properties | 4 ++++
1 file changed, 4 insertions(+)
diff --git a/plugins.properties b/plugins.properties
index 807ef21..b3677ce 100644
--- a/plugins.properties
+++ b/plugins.properties
@@ -409,3 +409,7 @@ net.shibboleth.idp.plugin.authn.oidc.rp.supportLevel.2.1.2 = Current
net.shibboleth.idp.plugin.authn.webauthn.versions = 1.0.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
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
More information about the commits
mailing list