SSO
Configure Single Sign-On solutions to unify your organization's authentication.
Attributes
objectstring · enumRequiredPossible values:
subdomainstring · min: 3 · max: 32RequiredPattern:
The GitBook subdomain, for example "my-company" in "my-company.gitbook.io"
^[a-z0-9][a-z0-9-]{1,30}[a-z0-9]$targetone ofRequired
isActivebooleanRequired
The Subdomain object
{
"object": "subdomain",
"subdomain": "text",
"target": {
"type": "organization",
"organization": "text"
},
"isActive": true
}Last updated
Was this helpful?