nodebb-plugin-cas

1.0.1 • Public • Published

nodebb-plugin-cas

Nodebb plugin for SSO/SLO via Apereo CAS

Install

npm install nodebb-plugin-cas

Check NodeBB docs for more detail

Usage

Specify these Urls in plugin.json

Param Description
nodeBBUrl Nodebb login endpoint, same as the service param in CAS login URI
CASServerPrefix Apereo CAS server prefix
userCenterPrefix User register endpoint

Example

{
  "nodeBBUrl": "http://localhost:4567/cas/login",
  "CASServerPrefix": "http://localhost:8443/cas",
  "userCenterPrefix": "http://localhost:8080/ctoms-v3/default/showreg"
}

Reference

kwnetzwelt/nodebb-plugin-gslogin
ld000/nodebb-plugin-cas

/nodebb-plugin-cas/

    Package Sidebar

    Install

    npm i nodebb-plugin-cas

    Weekly Downloads

    2

    Version

    1.0.1

    License

    MIT

    Unpacked Size

    10.5 kB

    Total Files

    7

    Last publish

    Collaborators

    • puppetect