[java-idp-plugin-mgmt] branch main updated: Update TOTP version.
Scott Cantor
cantor.2 at osu.edu
Mon Sep 9 13:29:23 UTC 2024
This is an automated email from the git hooks/post-receive script.
scantor 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=4a841808198cbcd83dc4591ee63f9d6fa2c13352
The following commit(s) were added to refs/heads/main by this push:
new 4a84180 Update TOTP version.
4a84180 is described below
commit 4a841808198cbcd83dc4591ee63f9d6fa2c13352
Author: Scott Cantor <cantor.2 at osu.edu>
AuthorDate: Mon Sep 9 09:29:19 2024 -0400
Update TOTP version.
---
plugins.properties | 8 ++++++--
1 file changed, 6 insertions(+), 2 deletions(-)
diff --git a/plugins.properties b/plugins.properties
index 4e7a6ba..96882ad 100644
--- a/plugins.properties
+++ b/plugins.properties
@@ -7,7 +7,7 @@
#######################
# TOTP Authentication #
#######################
-net.shibboleth.idp.plugin.authn.totp.versions = 1.0.0 1.0.1 1.0.2 2.0.0 2.1.0
+net.shibboleth.idp.plugin.authn.totp.versions = 1.0.0 1.0.1 1.0.2 2.0.0 2.1.0 2.2.0
net.shibboleth.idp.plugin.authn.totp.downloadURL.%{version} = https://shibboleth.net/downloads/identity-provider/plugins/totp/%{version}
net.shibboleth.idp.plugin.authn.totp.baseName.%{version} = idp-plugin-totp-dist-%{version}
@@ -30,7 +30,11 @@ net.shibboleth.idp.plugin.authn.totp.supportLevel.2.0.0 = Withdrawn
net.shibboleth.idp.plugin.authn.totp.idpVersionMax.2.1.0 = 6.0.0
net.shibboleth.idp.plugin.authn.totp.idpVersionMin.2.1.0 = 5.0.0
-net.shibboleth.idp.plugin.authn.totp.supportLevel.2.1.0 = Current
+net.shibboleth.idp.plugin.authn.totp.supportLevel.2.1.0 = OutOfDate
+
+net.shibboleth.idp.plugin.authn.totp.idpVersionMax.2.2.0 = 6.0.0
+net.shibboleth.idp.plugin.authn.totp.idpVersionMin.2.2.0 = 5.0.0
+net.shibboleth.idp.plugin.authn.totp.supportLevel.2.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