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

I am using passportjs to implement Relaying Party functionality.

有帮助吗?

解决方案 2

Try openid-provider.

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

其他提示

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.

许可以下: CC-BY-SA归因
不隶属于 StackOverflow
scroll top