WorkOS · Schema

SsoIntentOptions

AuthenticationIdentity ProviderSSOSAMLOIDCSCIMDirectory SyncAuthorizationFGAAudit LogsMFAB2B SaaSAgentsMCP

Properties

Name Type Description
bookmark_slug string The bookmark slug to use for SSO.
provider_type string The SSO provider type to configure.
View JSON Schema on GitHub

JSON Schema

workos-ssointentoptions-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/SsoIntentOptions",
  "title": "SsoIntentOptions",
  "type": "object",
  "properties": {
    "bookmark_slug": {
      "type": "string",
      "description": "The bookmark slug to use for SSO.",
      "example": "chatgpt"
    },
    "provider_type": {
      "type": "string",
      "description": "The SSO provider type to configure.",
      "example": "GoogleSAML",
      "const": "GoogleSAML"
    }
  }
}