[java-idp-plugin-mgmt] branch main updated: Add TOTP 1.0.1
Phil Smart
philip.smart at jisc.ac.uk
Fri Apr 15 16:04:05 UTC 2022
This is an automated email from the git hooks/post-receive script.
philsmart 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=5eba563465b49f99172ef8c848d663e0805fd21f
The following commit(s) were added to refs/heads/main by this push:
new 5eba563 Add TOTP 1.0.1
5eba563 is described below
commit 5eba563465b49f99172ef8c848d663e0805fd21f
Author: Phil Smart <philip.smart at jisc.ac.uk>
AuthorDate: Fri Apr 15 17:03:52 2022 +0100
Add TOTP 1.0.1
---
plugins.properties | 8 ++++++--
1 file changed, 6 insertions(+), 2 deletions(-)
diff --git a/plugins.properties b/plugins.properties
index 61ee512..5d6723f 100644
--- a/plugins.properties
+++ b/plugins.properties
@@ -6,14 +6,18 @@
#######################
# TOTP Authentication #
#######################
-net.shibboleth.idp.plugin.authn.totp.versions = 1.0.0
+net.shibboleth.idp.plugin.authn.totp.versions = 1.0.0 1.0.1
net.shibboleth.idp.plugin.authn.totp.downloadURL.%{version} = https://build.shibboleth.net/nexus/service/local/repositories/releases/content/net/shibboleth/idp/plugin/authn/idp-plugin-totp-dist/%{version}
net.shibboleth.idp.plugin.authn.totp.baseName.%{version} = idp-plugin-totp-dist-%{version}
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 = Current
+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.idpVersionMin.1.0.1 = 4.2.0
+net.shibboleth.idp.plugin.authn.totp.supportLevel.1.0.1 = Current
#######################
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
More information about the commits
mailing list