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"
.
attributes.idp_saml_metadata_url null, string
URL of Identity Provider SAML Metadata endpoint
Example:
"https://my-org.oktapreview.com/app/XXXX/sso/saml/metadata"
attributes.scim_base_url string
DatoCMS SCIM base URL
Example:
"https://sso.datocms.com/scim"
attributes.saml_acs_url string
DatoCMS SAML ACS URL
Example:
"https://sso.datocms.com/XXX/saml/consume"
attributes.sp_saml_metadata_url string
DatoCMS SAML Metadata URL
Example:
"https://sso.datocms.com/XXX/saml/metadata"
attributes.sp_saml_base_url string
DatoCMS SAML Base URL
Example:
"https://sso.datocms.com/XXX/saml"
attributes.saml_token string
DatoCMS SAML Token
Example:
"a2a24ae5fbb2d955b1b4fa73f2dd58"
attributes.idp_saml_metadata_xml null, string
Identity Provider SAML Metadata
Example:
'<?xml version="1.0" encoding="UTF-8"?>...'
attributes.scim_api_token string
DatoCMS SCIM API Token
Example:
"as3dasjh1234hj1"
relationships.default_role.data
The default role assigned to SSO users that do not belong to any SSO group
Type:
null, ResourceLinkage<"role">