0.2.8 • Published 2 years ago

nodebb-plugin-openid-keycloak v0.2.8

Weekly downloads
-
License
MIT
Repository
github
Last release
2 years ago

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)

0.2.7

2 years ago

0.2.6

2 years ago

0.2.8

2 years ago

0.2.5

2 years ago

0.2.4

2 years ago

0.2.3

2 years ago

0.2.2

2 years ago

0.2.1

2 years ago

0.1.8

2 years ago