nodebb-plugin-sso-mediawiki
v0.2.0
Published
NodeBB OAuth SSO for MediaWiki
Downloads
2
Maintainers
Readme
NodeBB OAuth SSO for MediaWiki
This plugin is a fork of nodebb-plugin-sso-oauth to work with MediaWiki.
Usage
Please install Extension:OAuth on your MediaWiki installation first.
You'll also need to propose and authorize a OAuth application with MediaWiki. The callback
URL should be https://YOUR_NODEBB_HOST/auth/wiki/callback
.
After install this plugin, please modify the config.json
of your NodeBB, or use environment variables instead:
{
...
"oauth": {
"root": "your mediawiki script path, eg: https://en.wikipedia.org/w/",
"key": "your consumer key",
"secret": "your consumer secret"
}
...
}
See also
Please see nodebb-plugin-sso-oauth to configurate with OAuth provider other than MediaWiki.