Skip to main content
GET
Get the SSO configuration of an organization

Authorizations

Authorization
string
header
required

Path Parameters

organization_id
string<uuid>
required

A UUID string identifying the organization.

Response

id
string<uuid>
required
read-only
slug
string
required
Maximum string length: 64
Pattern: ^[-a-zA-Z0-9_]+$
protocol
enum<string>
required
  • saml - saml
  • oidc - oidc
Available options:
saml,
oidc
saml
object | null
required
oidc
object | null
required
sp
object
required
last_test
object
required
created
string<date-time>
required
read-only
modified
string<date-time>
required
read-only
status
enum<string>
  • draft - draft
  • tested - tested
  • active - active
  • disabled - disabled
Available options:
draft,
tested,
active,
disabled
enforce_sso
boolean
allow_idp_initiated
boolean
allow_jit_provisioning
boolean
default_organization_role
enum<string>
  • organization_guest - Organization Guest
  • organization_viewer - Organization Viewer
  • organization_editor - Organization Editor
  • organization_owner - Organization Owner
Available options:
organization_guest,
organization_viewer,
organization_editor,
organization_owner
email_domains
string[]
Maximum string length: 255
domains_verified
boolean
metadata_last_fetched_at
string<date-time> | null