Doc and icons

This commit is contained in:
Alberto Asuero 2014-09-23 11:35:29 +02:00
parent df471d4a35
commit 50516a613b
3 changed files with 107 additions and 71 deletions

View file

@ -1,7 +1,24 @@
# NodeBB Twitter SSO
# NodeBB SAML SSO
NodeBB Plugin that allows users to login/register via their Twitter account.
NodeBB Plugin that allows users to login/register via SAML IDP
## Installation
npm install nodebb-plugin-sso-twitter
1) npm install nodebb-plugin-sso-saml
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
##
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
##
This plugin has been built on top of passport.saml, for more info visit https://github.com/bergie/passport-saml