[java-idp-plugin-totp] branch main updated: Fix doc URL.
Scott Cantor
cantor.2 at osu.edu
Tue Feb 9 15:27:15 UTC 2021
This is an automated email from the git hooks/post-receive script.
scantor pushed a commit to branch main
in repository java-idp-plugin-totp.
View the commit online:
http://git.shibboleth.net/view/?p=java-idp-plugin-totp.git;a=commit;h=95c9086731bfed7c41efa3d0ca3e734cb9d8e004
The following commit(s) were added to refs/heads/main by this push:
new 95c9086 Fix doc URL.
95c9086 is described below
commit 95c9086731bfed7c41efa3d0ca3e734cb9d8e004
Author: Scott Cantor <cantor.2 at osu.edu>
AuthorDate: Tue Feb 9 10:27:13 2021 -0500
Fix doc URL.
---
.../resources/net/shibboleth/idp/plugin/authn/totp/module.properties | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/totp-impl/src/main/resources/net/shibboleth/idp/plugin/authn/totp/module.properties b/totp-impl/src/main/resources/net/shibboleth/idp/plugin/authn/totp/module.properties
index 57dd436..4b131ee 100644
--- a/totp-impl/src/main/resources/net/shibboleth/idp/plugin/authn/totp/module.properties
+++ b/totp-impl/src/main/resources/net/shibboleth/idp/plugin/authn/totp/module.properties
@@ -8,7 +8,7 @@ idp.authn.TOTP.plugin = net.shibboleth.idp.plugin.authn.totp
idp.authn.TOTP.name = TOTP Authentication
idp.authn.TOTP.desc = Login flow for TOTP tokens
-idp.authn.TOTP.url = /TOTPConfiguration
+idp.authn.TOTP.url = /TOTP
idp.authn.TOTP.1.src = /net/shibboleth/idp/plugin/authn/totp/bin/totpauth.bat
idp.authn.TOTP.1.dest = bin/totpauth.bat
idp.authn.TOTP.1.replace = true
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
More information about the commits
mailing list