react-oidc-client-js icon indicating copy to clipboard operation
react-oidc-client-js copied to clipboard

OpenID Connect (OIDC) client with React and typescript

Logo

React-oidc-client-js

OpenID Connect (OIDC) client with React and typescript

Project status

Build status

Installation

Cloning app

  • git clone https://github.com/skoruba/react-oidc-client-js.git
  • cd src/

Install dependecies

  • Install dependecies - yarn install

Running app

  • yarn start - start the web server that is running on http://localhost:4200

  • The application is connected to OpenID Connect Provider that is running on https://demo.identityserver.io/

  • This STS has configured a SPA client to run on http://localhost:4200, therefore a sample application will be running on this port 4200.

App preview

Logo