No description
Find a file
2020-04-30 10:29:01 +02:00
templates/admin/plugins fix input type 2020-04-29 15:58:32 +02:00
.gitignore Initial commit 2014-09-22 12:45:03 +02:00
library.js formatting 2020-04-30 10:29:01 +02:00
LICENSE First commit 2014-09-22 19:38:45 +02:00
package.json Logout 2014-10-08 13:31:33 +02:00
plugin.json try to fix configuration logic 2020-04-29 15:00:23 +02:00
README.md fix install instructions 2020-04-29 15:26:49 +02:00

NodeBB SAML SSO

NodeBB Plugin that allows users to login/register via SAML IDP

Installation

1) npm install git+https://code.evin.team/evin/nodebb-plugin-sso-saml.git.

2) Activate plugin at nodebb admin panel.

3) Once you activated it you can configure all the params at SAML section.

    - IdP entry point: it's the saml IdP entry point. E.g https://<sever>/simplesaml/saml2/idp/SSOService.php.
    - Callback path: path to callback. Eg: /auth/saml/callback.
    - Issuer: issuer string to supply IdP. Eg: 'nodebb-saml'
    - Metadata url: url where metadata will be served at. Optional.
    - Server CRT file: Server crt path. Mandatory if used metadata url.

Support

If you need more info or if you need some help, please report an issue at https://github.com/GeographicaGS/nodebb-plugin-sso-saml/issues

About

This plugin has been built on top of passport.saml, for more info visit https://github.com/bergie/passport-saml.