🆔Single Sign On (SSO) Setup
Auto-login users into the community hub iframe hosted on your website for a friction-less user experience
Customer's User profile endpoint to complete SSO
Query Parameters
Name
Type
Description
{
"success":true,
"id":"<user id in your DB, i.e. external_id>",
"fullName":"<users name in your DB>",
"email": "<email address of the user>",
"avatar":"<url to the profile picture of this user (optional)"
}
Last updated