SSO (Single Sign On)
  • 29 Nov 2022
  • 1 Minute to read
  • Dark
    Light

SSO (Single Sign On)

  • Dark
    Light

Article Summary

SSO (Single Sign On)

Artifact

Get

To get the artifact you set in, you could use the following API:

const artifact = Comm100API.get('livechat.sso.artifact');

Set

To set artifact for sso login, you could use the following API:

const artifact = 'artifact here';
Comm100API.set('livechat.sso.artifact', artifact);

JWT SSO

Set

To set jwt for sso login, you could use the following API:

const jwt = 'jwt here';
Comm100API.set('livechat.sso.jwt', jwt);

Was this article helpful?

What's Next