[java-idp-plugin-mgmt] branch main updated: Add TOTP 2.3.2
Codeberg
noreply at shibboleth.net
Wed Jul 8 15:23:26 UTC 2026
This is an automated email from the git hooks/post-receive script.
codeberg pushed a commit to branch main
in repository java-idp-plugin-mgmt.
View the commit online:
https://codeberg.org/Shibboleth/java-idp-plugin-mgmt/commit/ad2d56ea41cdb44ba3189290f2ebbe4c3a62fc95
The following commit(s) were added to refs/heads/main by this push:
new ad2d56e Add TOTP 2.3.2
ad2d56e is described below
commit ad2d56ea41cdb44ba3189290f2ebbe4c3a62fc95
Author: Scott Cantor <scott at restingparrotsoftware.com>
AuthorDate: Wed Jul 8 11:23:14 2026 -0400
Add TOTP 2.3.2
---
plugins.properties | 8 ++++++--
1 file changed, 6 insertions(+), 2 deletions(-)
diff --git a/plugins.properties b/plugins.properties
index 5c95df6..aefef55 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 2.3.0 2.3.1
+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 2.3.1 2.3.2
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}
@@ -42,7 +42,11 @@ net.shibboleth.idp.plugin.authn.totp.supportLevel.2.3.0 = Withdrawn
net.shibboleth.idp.plugin.authn.totp.idpVersionMax.2.3.1 = 6.0.0
net.shibboleth.idp.plugin.authn.totp.idpVersionMin.2.3.1 = 5.0.0
-net.shibboleth.idp.plugin.authn.totp.supportLevel.2.3.1 = Current
+net.shibboleth.idp.plugin.authn.totp.supportLevel.2.3.1 = OutOfDate
+
+net.shibboleth.idp.plugin.authn.totp.idpVersionMax.2.3.2 = 6.0.0
+net.shibboleth.idp.plugin.authn.totp.idpVersionMin.2.3.2 = 5.0.0
+net.shibboleth.idp.plugin.authn.totp.supportLevel.2.3.2 = Current
#######################
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
More information about the commits
mailing list