Skip to content

Latest commit

 

History

History
13 lines (10 loc) · 475 Bytes

File metadata and controls

13 lines (10 loc) · 475 Bytes

oidc-demo-app-node

OpenID Connect (OIDC) demo app using NodeJS

Configure

In order to deploy the demo application, you need to configure a number of parameters in the configuration file. Some of those parameters are your OP's base URL, client_id, client_secret, etc Additionally, you need to create your client application in your IdP.

Run

Docker

The demo app can run a as Docker container. Dockerfile and instructions documented here