nodebb-plugin-sso-saml/plugin.json
Alberto Asuero df471d4a35 First commit
2014-09-22 19:38:45 +02:00

14 lines
No EOL
523 B
JSON

{
"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",
"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:user.delete", "method": "deleteUserData" }
],
"templates": "./templates"
}