[java-idp-plugin-mgmt] branch main updated: Update TOTP info.

Scott Cantor cantor.2 at osu.edu
Tue Jan 17 16:17:01 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=c9ece2a88c0ca9d9efa86547b83ae788f119214b

The following commit(s) were added to refs/heads/main by this push:
     new c9ece2a  Update TOTP info.
c9ece2a is described below

commit c9ece2a88c0ca9d9efa86547b83ae788f119214b
Author: Scott Cantor <cantor.2 at osu.edu>
AuthorDate: Tue Jan 17 11:16:57 2023 -0500

    Update TOTP info.
---
 plugins.properties | 11 ++++++++---
 1 file changed, 8 insertions(+), 3 deletions(-)

diff --git a/plugins.properties b/plugins.properties
index 43cdd61..d8ad3fb 100644
--- a/plugins.properties
+++ b/plugins.properties
@@ -6,7 +6,7 @@
 #######################
 # TOTP Authentication #
 #######################
-net.shibboleth.idp.plugin.authn.totp.versions = 1.0.0 1.0.1
+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}
@@ -15,9 +15,14 @@ net.shibboleth.idp.plugin.authn.totp.idpVersionMax.1.0.0 = 4.2.0
 net.shibboleth.idp.plugin.authn.totp.idpVersionMin.1.0.0 = 4.1.0
 net.shibboleth.idp.plugin.authn.totp.supportLevel.1.0.0 = OutOfDate
 
-net.shibboleth.idp.plugin.authn.totp.idpVersionMax.1.0.1 = 5.0.0
+net.shibboleth.idp.plugin.authn.totp.idpVersionMax.1.0.1 = 4.2.0
 net.shibboleth.idp.plugin.authn.totp.idpVersionMin.1.0.1 = 4.2.0
-net.shibboleth.idp.plugin.authn.totp.supportLevel.1.0.1 = Current
+net.shibboleth.idp.plugin.authn.totp.supportLevel.1.0.1 = OutOfDate
+
+net.shibboleth.idp.plugin.authn.totp.idpVersionMax.1.0.2 = 4.3.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
+
 
 
 #######################

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.


More information about the commits mailing list