This is a sample application showing how to configure and enable OpenID Connect middleware in a Node.js web application with Express, openid-client and Passport.
Run npm install
to install all dependencies.
Run npm start
to start the server.
You can access the app on http://localhost:3000.