Skip to content

ryumtym/node-oidc-working-sample

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

node-oidc-working-sample

The reporsitory is with working sample derived from https://github.com/panva/node-oidc-provider-example. Follow below steps to start

  1. Clone the repository

  2. Install all dependencies

npm i
  1. Access urls that are mentioned in testurls.txt file to test

  2. You can also pull the docker images from below command

docker pull somayaji1983/node-oidc-provider
  1. Run the docker container
docker run -d --name oidc-provider -p 3000:3000 node-oidc-provider
  1. User credentials are in accout.js file and alternatively you can pass use password in environment variable USER1_PASS

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 58.0%
  • EJS 40.2%
  • Dockerfile 1.8%