docs
  1. Resources
  2. Single Sign-on (idp)
  3. Redirect User

Redirect User

JWT contains the callbackUrl, idpKey, clientId, iat, and exp. JWT needs to be signed with the shopSecret. All the following fields are required for the JWT:

  • callbackUrl
  • idpKey
  • clientId
  • iat
  • exp

Example JWT payload

  • iat - current timestamp
  • exp - expiration timestamp