implement SSO by implementing a SAML 2.0

I need to implement SSO in my Wix website by implementing a SAML 2.0 service provider.
It would have been great implementing this using “Wix code” but it seems to me that would be hard/impossible as I would like to use a npm package for the logic, and the logic involves using certificates and cryptography.
So my plan is to write a separate server in nodejs (probaby hosted on heroku), and call it using Wix developer tools (from the ui or the backend).
Can you let me know if that this is the correct approach

1 Like

Hello,
I have exactly the same need …
I want to provide a front SSO authentication SAML 2.0 service provider, but I don’t find anything in Wix that could let me do that.
Help please

Hi,

I am facing the same issue, is it possible to integrate OKTA SSO with my Wix website?

Hi,
You can check if one of the npm modules added to the Wix Code editor can be useful. Check out this article to learn more about it. Note that you can also create your own SSO using the Wix Users API .

Good luck!
Tal.

any update?