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);