nodebb-plugin-sso-dataporten

NodeBB OAuth2 login with Dataporten


Keywords
nodebb, plugin, dataporten, oauth2, sso, single sign on, login, registration
License
MIT
Install
npm install nodebb-plugin-sso-dataporten@0.3.2

Documentation

NodeBB OAuth Plugin for UNINETT Dataporten

NodeBB Plugin that allows users to login/register via Dataporten from UNINETT.

Installation

First, get NodeBB up and running GitHub — this plugin was tested with Docker as follows:

docker-compose.yml

nodebb:
  image: vimagick/nodebb
  ports:
    - "4567:4567"
  links:
    - redis
  restart: always

redis:
  image: redis
  ports:
    - "127.0.0.1:6379:6379"
  restart: always
docker-compose up -d
open http://localhost:4567 

Follow installation prompts and change Host IP or address of your Redis instance to redis

Credits

Forked from julianlam/nodebb-plugin-sso-oauth and adjusted to work with Dataporten.