try to fix configuration logic

This commit is contained in:
Christian Ulrich 2020-04-29 15:00:23 +02:00
parent 3317bc7d89
commit 9977b415ba
3 changed files with 122 additions and 66 deletions

View file

@ -2,13 +2,14 @@
"id": "nodebb-plugin-sso-saml",
"name": "NodeBB SAML SSO",
"description": "NodeBB Plugin that allows users to login/register via SAML.",
"url": "https://github.com/GeographicaGS/nodebb-plugin-sso-saml",
"url": "https://code.evin.team/evin/nodebb-plugin-sso-saml.git",
"library": "./library.js",
"hooks": [
{ "hook": "filter:auth.init", "method": "getStrategy" },
{ "hook": "filter:admin.header.build", "method": "addMenuItem" },
{ "hook": "static:app.load", "method": "init" },
{ "hook": "filter:config.get", "method": "get_config" },
{ "hook": "filter:user.delete", "method": "deleteUserData" }
],
"templates": "./templates"
}
}