Enabling SSO for Embedded Website

Hello,
I have been having a lot of trouble getting in contact with Wix or Corvid support. I am trying to definitively determine if I can somehow install a JWT library within my Wix site to allow for SSO on an embedded website.

To be clear, I have an external website embedded to pages on my Wix site (member only site). I would like to have it so that when a member is on my Wix site, they can use SSO on the embedded site to interact with that site. Is this possible?

SSO is enabled on the external site already. I am trying to determine how/where to install a JWT library on Wix.

Thank you.

Did you search in this forum as using json web tokens has been asked before.
https://www.wix.com/corvid/forum/community-discussion/generating-a-jwt-authentication-token-with-wix-code

If you are a Wix Dev and making a web app then you can use a public key.

Data Payloads

  1. When you receive a data payload from Wix, it will include a header called ‘digest’ - the header will hold a JSON web token (JWT) with the signed data. (Here’s a sample decoded JWT .)

  2. Use your app’s public key to verify that the data was sent by Wix.