Skip to content

Latest commit

 

History

History
37 lines (28 loc) · 874 Bytes

File metadata and controls

37 lines (28 loc) · 874 Bytes

oidc-configured

Previous 00-oidc-minimal

Extending the minimal configuration with custom signing keys. Steps assume you've finished the previous steps.

  1. Copy the configured index, feel free to check the diff after you do
cp 01-oidc-configured/index.js src
  1. Install the dependencies and generate keystores
npm i
node 01-oidc-configured/generate-keys
  1. Commit to your local repo
git add .
git commit -a -m 'added signing keys'
  1. Deploy to heroku
git push heroku main
  1. Done!
heroku open '/jwks' # to see your configured JWKS in effect

Next up 02-oidc-adapter

HINT: For more details consider documentation, configuration and details found in the oidc-provider repository.