Previous 00-oidc-minimal
Extending the minimal configuration with custom signing keys. Steps assume you've finished the previous steps.
- Copy the configured index, feel free to check the diff after you do
cp 01-oidc-configured/index.js src
- Install the dependencies and generate keystores
npm i
node 01-oidc-configured/generate-keys
- Commit to your local repo
git add .
git commit -a -m 'added signing keys'
- Deploy to heroku
git push heroku main
- 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.