Skip to content

A step-by-step approach to getting an OpenID Connect Provider instance up and running using oidc-provider

License

Notifications You must be signed in to change notification settings

kkyeboah/node-oidc-provider-example

 
 

Repository files navigation

example setup of oidc-provider

By following this example you will set up an oidc-provider instance on Heroku.

Prerequisites

  • node 12.0.0 or newer
  • heroku cli installed (which heroku)
  • heroku cli authenticated (heroku whoami)
  • wget
  • git

Start here.

NB

By no means is oidc-provider limited to only run on heroku or only using the showcased options. The user-interactions are also ONLY intended to show how these are to be provided and maintained. Features such as sign-up, password resets and security measures like csrf, rate limiting, captcha - that's all on you and isn't a part of the protocol implementation provided by oidc-provider.

Supported deployments include mounting the OP to an existing nodejs application, either koa or express. Running those using cluster mode spread across several hosts, behind haproxy, nginx, ELB or exposing an https server directly.

It is possible to run a completely standalone app for interactions and it's also possible to run oidc-provider on AWS Lambda.

Adapters that have been seen include MongoDB, PostgreSQL, redis, DynamoDB, REST Api

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

About

A step-by-step approach to getting an OpenID Connect Provider instance up and running using oidc-provider

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 55.6%
  • HTML 44.4%