문제

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