[java-idp-plugin-mgmt] branch main updated: Add back withdrawn 2.0.0 and new 2.1.0 TOTP plugin.
Scott Cantor
cantor.2 at osu.edu
Thu Oct 26 19:13:04 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=f53810b8782e484b4ef635338b27dd5071b02ca6
The following commit(s) were added to refs/heads/main by this push:
new f53810b Add back withdrawn 2.0.0 and new 2.1.0 TOTP plugin.
f53810b is described below
commit f53810b8782e484b4ef635338b27dd5071b02ca6
Author: Scott Cantor <cantor.2 at osu.edu>
AuthorDate: Thu Oct 26 15:13:00 2023 -0400
Add back withdrawn 2.0.0 and new 2.1.0 TOTP plugin.
---
plugins.properties | 12 ++++++++----
1 file changed, 8 insertions(+), 4 deletions(-)
diff --git a/plugins.properties b/plugins.properties
index 30fb20d..4c0b663 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
+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.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,13 @@ 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 = 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
#######################
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
More information about the commits
mailing list