1.0.1 • Published 4 years ago

nodebb-plugin-cas v1.0.1

Weekly downloads
3
License
MIT
Repository
github
Last release
4 years ago

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

ParamDescription
nodeBBUrlNodebb login endpoint, same as the service param in CAS login URI
CASServerPrefixApereo CAS server prefix
userCenterPrefixUser 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