Вопрос

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