Socket
Socket
Sign inDemoInstall

keycloak-connect

Package Overview
Dependencies
74
Maintainers
3
Versions
121
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

    keycloak-connect

Keycloak Connect Middleware


Version published
Weekly downloads
71K
increased by2.63%
Maintainers
3
Install size
3.75 MB
Created
Weekly downloads
 

Readme

Source

#Basic NodeJS Example

##Start and configure Keycloak

###Start Keycloak:

/<Path-To-Keycloak>/bin/standalone.sh

Open the Keycloak admin console, click on Add Realm, click on 'Choose a JSON file', select nodejs-example-realm.json and click Upload.

Link the HEAD code of keycloak-connect by running:

npm link ../

Install the dependencies and start NodeJS example by running:

npm install
npm start

Open the browser at http://localhost:3000/ and login with username: 'user', and password: 'password'.

Keywords

FAQs

Last updated on 31 May 2016

Did you know?

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc