Documentation Index

Fetch the complete documentation index at: https://developer.comm100.com/llms.txt

Use this file to discover all available pages before exploring further.

SSO (Single Sign On)

Prev Next

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);
Copyright © 2026 Comm100 Network Corporation. All Rights Reserved.