node.js OpenID provider implementation

Yurij picture Yurij · May 9, 2013 · Viewed 8.1k times · Source

Does anyone know good OpenID provider implementation in node.js? Maybe node module?

I am using passportjs to implement Relaying Party functionality.

Answer

Filip Skokan picture Filip Skokan · May 11, 2018

A certified OpenID Connect provider module (oidc-provider) is available over at npm.

npm install oidc-provider