0.2.8 • Published 10 months ago

nodebb-plugin-openid-keycloak v0.2.8

Weekly downloads
-
License
MIT
Repository
github
Last release
10 months 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

10 months ago

0.2.6

11 months ago

0.2.8

10 months ago

0.2.5

1 year ago

0.2.4

1 year ago

0.2.3

1 year ago

0.2.2

1 year ago

0.2.1

1 year ago

0.1.8

1 year ago