Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Is it possible to implement SSO in a ReactJs application with SAML2? if possible how?

I am new to this field and have a lot of confusions, in this case, I have to implement single sign-on in a ReactJs application where it's back-end is node express using OKTA as the IDP?

Please share your thoughts.

Thank you

like image 642
Viz Avatar asked Oct 28 '25 02:10

Viz


1 Answers

If you are deploying your ReactJS application using express, you can use passport-saml for managing your saml workflow.

The basic idea should be to serve up your app only if you recieve a valid saml response from the idp.

You can check more here : passport-saml

like image 185
Humblefool Avatar answered Oct 30 '25 17:10

Humblefool



Donate For Us

If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!