Skip to content

Identicum/oidc-demoapp-node

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

28 Commits
 
 
 
 
 
 
 
 

Repository files navigation

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