[java-idp-plugin-mgmt] branch main updated: Fix max version of TOTP.
Scott Cantor
cantor.2 at osu.edu
Tue Jan 17 16:28:25 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=6545163408f15706ad012e55fe1ea1a6d63ae6ee
The following commit(s) were added to refs/heads/main by this push:
new 6545163 Fix max version of TOTP.
6545163 is described below
commit 6545163408f15706ad012e55fe1ea1a6d63ae6ee
Author: Scott Cantor <cantor.2 at osu.edu>
AuthorDate: Tue Jan 17 11:28:19 2023 -0500
Fix max version of TOTP.
---
plugins.properties | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/plugins.properties b/plugins.properties
index d8ad3fb..18af877 100644
--- a/plugins.properties
+++ b/plugins.properties
@@ -19,7 +19,7 @@ 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 = OutOfDate
-net.shibboleth.idp.plugin.authn.totp.idpVersionMax.1.0.2 = 4.3.0
+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
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
More information about the commits
mailing list