openid-connect-sample icon indicating copy to clipboard operation
openid-connect-sample copied to clipboard

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.

OpenID Connect Sample in Node.js

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.

Running the sample

Run npm install to install all dependencies.

Run npm start to start the server.

You can access the app on http://localhost:3000.