[java-idp-plugin-totp] branch main updated: Add property for module owner.

Scott Cantor cantor.2 at osu.edu
Thu Oct 15 15:37:37 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-totp.

View the commit online:
http://git.shibboleth.net/view/?p=java-idp-plugin-totp.git;a=commit;h=120476b2660175a76c4b5b0406e3dfaa2f726c78

The following commit(s) were added to refs/heads/main by this push:
       new  120476b   Add property for module owner.
120476b is described below

commit 120476b2660175a76c4b5b0406e3dfaa2f726c78
Author: Scott Cantor <cantor.2 at osu.edu>
AuthorDate: Thu Oct 15 11:37:34 2020 -0400

    Add property for module owner.
---
 .../resources/net/shibboleth/idp/plugin/authn/totp/module.properties   | 3 +++
 1 file changed, 3 insertions(+)

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 815e0df..fa8a031 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
@@ -3,6 +3,9 @@
 # Class to Module ID mappings
 net.shibboleth.idp.plugin.authn.totp.TOTPModule = idp.authn.TOTP
 
+# Module Owner
+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

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.


More information about the commits mailing list