First commit
This commit is contained in:
parent
bd4b2cf51c
commit
df471d4a35
6 changed files with 245 additions and 340 deletions
14
plugin.json
Normal file
14
plugin.json
Normal file
|
|
@ -0,0 +1,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",
|
||||
"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"
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue