SSO (Single Sign On)
- 29 Nov 2022
- 1 Minute to read
- Print
- DarkLight
SSO (Single Sign On)
- Updated on 29 Nov 2022
- 1 Minute to read
- Print
- DarkLight
Article summary
Did you find this summary helpful?
Thank you for your feedback
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?