Show examples in:
SSO Settings

Represents the Single Sign-on settings of the current DatoCMS project

Object payload

id  string
ID
type  string
Must be exactly "sso_settings"
idp_saml_metadata_url  null, string  Example: "https://my-org.oktapreview.com/app/XXXX/sso/saml/metadata"

URL of Identity Provider SAML Metadata endpoint

scim_base_url  string  Example: "https://sso.datocms.com/scim"

DatoCMS SCIM base URL

saml_acs_url  string  Example: "https://sso.datocms.com/XXX/saml/consume"

DatoCMS SAML ACS URL

sp_saml_metadata_url  string  Example: "https://sso.datocms.com/XXX/saml/metadata"

DatoCMS SAML Metadata URL

sp_saml_base_url  string  Example: "https://sso.datocms.com/XXX/saml"

DatoCMS SAML Base URL

saml_token  string  Example: "a2a24ae5fbb2d955b1b4fa73f2dd58"

DatoCMS SAML Token

idp_saml_metadata_xml  null, string  Example: "<?xml version=\"1.0\" encoding=\"UTF-8\"?>..."

Identity Provider SAML Metadata

scim_api_token  string  Example: "as3dasjh1234hj1"

DatoCMS SCIM API Token

default_rolenull, { type: "role", id: role.id }

The default role assigned to SSO users that do not belong to any SSO group

Available endpoints