[java-idp-plugin-mgmt] branch main updated: Temporarily suppress TOTP 2.0 plugin

Scott Cantor cantor.2 at osu.edu
Thu Oct 26 14:58:41 UTC 2023


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=9af535fda109ea8208c3aa8bc85316d4248fcac4

The following commit(s) were added to refs/heads/main by this push:
     new 9af535f  Temporarily suppress TOTP 2.0 plugin
9af535f is described below

commit 9af535fda109ea8208c3aa8bc85316d4248fcac4
Author: Scott Cantor <cantor.2 at osu.edu>
AuthorDate: Thu Oct 26 10:58:36 2023 -0400

    Temporarily suppress TOTP 2.0 plugin
---
 plugins.properties | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/plugins.properties b/plugins.properties
index e9ddd9b..30fb20d 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
+net.shibboleth.idp.plugin.authn.totp.versions = 1.0.0 1.0.1 1.0.2
 
 net.shibboleth.idp.plugin.authn.totp.downloadURL.%{version} = http://shibboleth.net/downloads/identity-provider/plugins/totp/%{version}
 net.shibboleth.idp.plugin.authn.totp.baseName.%{version} = idp-plugin-totp-dist-%{version}
@@ -24,9 +24,9 @@ net.shibboleth.idp.plugin.authn.totp.idpVersionMax.1.0.2 = 5.0.0
 net.shibboleth.idp.plugin.authn.totp.idpVersionMin.1.0.2 = 4.2.0
 net.shibboleth.idp.plugin.authn.totp.supportLevel.1.0.2 = Current
 
-net.shibboleth.idp.plugin.authn.totp.idpVersionMax.2.0.0 = 6.0.0
-net.shibboleth.idp.plugin.authn.totp.idpVersionMin.2.0.0 = 5.0.0
-net.shibboleth.idp.plugin.authn.totp.supportLevel.2.0.0 = Current
+#net.shibboleth.idp.plugin.authn.totp.idpVersionMax.2.0.0 = 6.0.0
+#net.shibboleth.idp.plugin.authn.totp.idpVersionMin.2.0.0 = 5.0.0
+#net.shibboleth.idp.plugin.authn.totp.supportLevel.2.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