tngan / samlify

Node.js library for SAML SSO
https://samlify.js.org
MIT License
609 stars 217 forks source link

node-oidc-provider integration #488

Open mfidemraizer opened 2 years ago

mfidemraizer commented 2 years ago

Hi!

I'd like to know if there's some suggested path to integrate samlify as Service Provider, so a SAML response from an Identity Provider may authenticate against a node-oidc-provider and the SAML response is used to generate an OpenID Connect id token.

I mean, do you know any integration like the one I'm looking for?

Thank you in advance!