Question

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

I am using passportjs to implement Relaying Party functionality.

Was it helpful?

Solution 2

Try openid-provider.

It's an OpenID provider implementation in node and you can use it with express.

OTHER TIPS

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

npm install oidc-provider

Take a look at this one: https://github.com/ammmir/node-oauth2-provider.

In NPM:

npm install openid-connect

It only supports OAuth2 however, so if you need earlier versions of the protocol, you have to look elsewhere.

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top