[java-idp-plugin-mgmt] branch main updated: TOTP 0.0.2 example.
Scott Cantor
cantor.2 at osu.edu
Tue Oct 6 19:44:07 UTC 2020
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=2bddf1efc7a0bd0ace9efbc392e4cb44e747761d
The following commit(s) were added to refs/heads/main by this push:
new 2bddf1e TOTP 0.0.2 example.
2bddf1e is described below
commit 2bddf1efc7a0bd0ace9efbc392e4cb44e747761d
Author: Scott Cantor <cantor.2 at osu.edu>
AuthorDate: Tue Oct 6 15:44:03 2020 -0400
TOTP 0.0.2 example.
---
plugins.properties | 14 ++++++++++----
1 file changed, 10 insertions(+), 4 deletions(-)
diff --git a/plugins.properties b/plugins.properties
index 9b8d31c..0a41b25 100644
--- a/plugins.properties
+++ b/plugins.properties
@@ -1,9 +1,15 @@
# This file manages compatibility and update properties for
# Shibboleth Project-delivered IdP plugins.
-# TOTP Authenticationa
-net.shibboleth.idp.plugin.authn.totp.versions=0.0.2
-net.shibboleth.idp.plugin.authn.totp.idpVersionMax.0.0.2=5.0.0
-net.shibboleth.idp.plugin.authn.totp.idpVersionMin.0.0.2=4.1.0
+#######################
+# TOTP Authentication #
+#######################
+net.shibboleth.idp.plugin.authn.totp.versions = 0.0.2
+
+net.shibboleth.idp.plugin.authn.totp.downloadURL.0.0.2 = https://build.shibboleth.net/nexus/service/local/repositories/releases/content/net/shibboleth/idp/plugin/authn/idp-plugin-totp-dist/0.0.2
+net.shibboleth.idp.plugin.authn.totp.baseName.0.0.2 = idp-plugin-totp-dist-0.0.2
+
+net.shibboleth.idp.plugin.authn.totp.idpVersionMax.0.0.2 = 5.0.0
+net.shibboleth.idp.plugin.authn.totp.idpVersionMin.0.0.2 = 4.1.0
net.shibboleth.idp.plugin.authn.totp.supportLevel.0.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