nodebb-plugin-openid-keycloak

0.2.8 • Public • Published

NodeBB OpenID for Keycloak

Adapted from: https://github.com/julianlam/nodebb-plugin-sso-oauth

How to Use

Edit the Config JSON file and add:

    "oauth": {
       "id": "my_client_id",
       "secret": "my_secret",
       "auth": "auth_url",
       "token": "token_url",
       "userinfo": "userinfo_url"
    }

(don't forget the "," after "}" unless last block)

Package Sidebar

Install

npm i nodebb-plugin-openid-keycloak

Weekly Downloads

1

Version

0.2.8

License

MIT

Unpacked Size

104 kB

Total Files

10

Last publish

Collaborators

  • maxwaldorf