سؤال

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