Skip to content

Latest commit

 

History

History
20 lines (15 loc) · 379 Bytes

README.md

File metadata and controls

20 lines (15 loc) · 379 Bytes

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)