nodebb-plugin-cas
v1.0.1
Published
Nodebb plugin for SSO/SLO via Apereo CAS
Downloads
3
Readme
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