[java-idp-plugin-mgmt] branch main updated: Update TOTP plugin version.
Scott Cantor
cantor.2 at osu.edu
Tue Apr 1 14:53:20 UTC 2025
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=690d8ebc3704abb7e7ef680ff7c0fd24e953d2c4
The following commit(s) were added to refs/heads/main by this push:
new 690d8eb Update TOTP plugin version.
690d8eb is described below
commit 690d8ebc3704abb7e7ef680ff7c0fd24e953d2c4
Author: Scott Cantor <cantor.2 at osu.edu>
AuthorDate: Tue Apr 1 10:53:17 2025 -0400
Update TOTP plugin version.
---
plugins.properties | 8 ++++++--
1 file changed, 6 insertions(+), 2 deletions(-)
diff --git a/plugins.properties b/plugins.properties
index d5d18f4..b2a699f 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 2.2.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 2.3.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}
@@ -34,7 +34,11 @@ 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
+net.shibboleth.idp.plugin.authn.totp.supportLevel.2.2.0 = OutOfDate
+
+net.shibboleth.idp.plugin.authn.totp.idpVersionMax.2.3.0 = 6.0.0
+net.shibboleth.idp.plugin.authn.totp.idpVersionMin.2.3.0 = 5.0.0
+net.shibboleth.idp.plugin.authn.totp.supportLevel.2.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