Connect Node.js to Multiple SAML IdP

Hi Everyone,

I have a simple MERN app that currently doesn’t use Auth0, but instead I’m using a basic jwt authentication.
I want to make it possible for users to use SSO with an IdP that they specify.
(make it possible for users to list my app as an SP).

I see that this is possible with Auth0, but I’m completely lost on how ( or if possible ) to do this in a MERN stack setup.

Any hints/example in this regard would be extremely helpful !

Thank you :pray: !