Skip to content

xlazex/openid-connect-provider-example

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

47 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

OpenID Connect 1.0 Provider Skeleton Example

Basic Info

Usage

Heroku

  1. Heroku: Config Variables
  • APP_NAME = irogov
  • RUN_ENV = heroku
  • Create ./json/keystore.json with rw permissions
  • ...

Others

  • Entry point: index.js
  • Using Nodemon: SECURE_KEY=your_secure_key_pair APP_NAME=yourHost RUN_ENV=local nodemon index.js

Based on

Dependencies

  • NodeJS version >= 8.0.0 (ES6 & Little bit Of ES2017 used)
  • List of node_modules at package.json dependencies

TODO

Tests!

  • ...

Keys

  • key management
  • ...