Does anyone know good OpenID provider implementation in node.js? Maybe node module?
I am using passportjs to implement Relaying Party functionality.
Does anyone know good OpenID provider implementation in node.js? Maybe node module?
I am using passportjs to implement Relaying Party functionality.
Try openid-provider.
It's an OpenID provider implementation in node and you can use it with express.
Try openid-provider.
It's an OpenID provider implementation in node and you can use it with express.
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.
© 2022 - 2024 — McMap. All rights reserved.