Content Management API > SSO Settings
SSO Settings
Represents the Single Sign-on settings of the current DatoCMS project
Object payload
id string
ID
Example:
"312"
type string
Must be exactly "sso_settings"
.
idp_saml_metadata_url null, string
URL of Identity Provider SAML Metadata endpoint
Example:
"https://my-org.oktapreview.com/app/XXXX/sso/saml/metadata"
scim_base_url string
DatoCMS SCIM base URL
Example:
"https://sso.datocms.com/scim"
saml_acs_url string
DatoCMS SAML ACS URL
Example:
"https://sso.datocms.com/XXX/saml/consume"
sp_saml_metadata_url string
DatoCMS SAML Metadata URL
Example:
"https://sso.datocms.com/XXX/saml/metadata"
sp_saml_base_url string
DatoCMS SAML Base URL
Example:
"https://sso.datocms.com/XXX/saml"
saml_token string
DatoCMS SAML Token
Example:
"a2a24ae5fbb2d955b1b4fa73f2dd58"
idp_saml_metadata_xml null, string
Identity Provider SAML Metadata
Example:
'<?xml version="1.0" encoding="UTF-8"?>...'
scim_api_token string
DatoCMS SCIM API Token
Example:
"as3dasjh1234hj1"
default_role
The default role assigned to SSO users that do not belong to any SSO group
Type:
null, ResourceLinkage<"role">