Auth0 · Schema

CreateSelfServiceProfileSsoTicketRequestContent

AI AgentsAuthenticationAuthorizationFGAIdentity ManagementMCPOktaOpenID ConnectSAMLSecuritySCIM

Properties

Name Type Description
connection_id string If provided, this will allow editing of the provided connection during the Self-Service Enterprise Configuration flow
connection_config object
enabled_clients array List of client_ids that the connection will be enabled for.
enabled_organizations array List of organizations that the connection will be enabled for.
ttl_sec integer Number of seconds for which the ticket is valid before expiration. If unspecified or set to 0, this value defaults to 432000 seconds (5 days).
domain_aliases_config object
provisioning_config object
use_for_organization_discovery boolean Indicates whether a verified domain should be used for organization discovery during authentication.
enabled_features object
View JSON Schema on GitHub

JSON Schema

auth0-createselfserviceprofilessoticketrequestcontent-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/CreateSelfServiceProfileSsoTicketRequestContent",
  "title": "CreateSelfServiceProfileSsoTicketRequestContent",
  "type": "object",
  "additionalProperties": false,
  "properties": {
    "connection_id": {
      "type": "string",
      "description": "If provided, this will allow editing of the provided connection during the Self-Service Enterprise Configuration flow",
      "format": "connection-id"
    },
    "connection_config": {
      "$ref": "#/components/schemas/SelfServiceProfileSsoTicketConnectionConfig"
    },
    "enabled_clients": {
      "type": "array",
      "description": "List of client_ids that the connection will be enabled for.",
      "minItems": 0,
      "items": {
        "type": "string"
      }
    },
    "enabled_organizations": {
      "type": "array",
      "description": "List of organizations that the connection will be enabled for.",
      "minItems": 0,
      "items": {
        "$ref": "#/components/schemas/SelfServiceProfileSsoTicketEnabledOrganization"
      }
    },
    "ttl_sec": {
      "type": "integer",
      "description": "Number of seconds for which the ticket is valid before expiration. If unspecified or set to 0, this value defaults to 432000 seconds (5 days).",
      "minimum": 0,
      "maximum": 432000
    },
    "domain_aliases_config": {
      "$ref": "#/components/schemas/SelfServiceProfileSsoTicketDomainAliasesConfig"
    },
    "provisioning_config": {
      "$ref": "#/components/schemas/SelfServiceProfileSsoTicketProvisioningConfig",
      "x-release-lifecycle": "GA"
    },
    "use_for_organization_discovery": {
      "type": "boolean",
      "description": "Indicates whether a verified domain should be used for organization discovery during authentication.",
      "x-release-lifecycle": "GA"
    },
    "enabled_features": {
      "$ref": "#/components/schemas/SelfServiceProfileSsoTicketEnabledFeatures",
      "x-release-lifecycle": "GA"
    }
  }
}

Work with this as data

Every JSON Schema here is available over the APIs.io API and to AI agents over MCP.

MCP server

One button, every client — Claude, Cursor, VS Code and the rest.

https://apis.io/mcp

Tools for schemas

4 MCP tools reach this
  • find_json_schemasBrowse and filter every JSON Schema in the catalog.
  • apis_io_searchSTART HERE — APIs, providers and tags for one query, each with its total.
  • resolveTurn a domain, URL or GitHub org into the provider it belongs to.
  • find_cohortsEvery scored population of providers in the catalog.
All 92 tools →

Call it yourself

curl for this page
This JSON Schema
curl "https://apis.io/api/v1/json-schemas/auth0-createselfserviceprofilessoticketrequestcontent"
All schemas
curl "https://apis.io/api/v1/json-schemas?limit=25"

Discovery needs no key. Ratings and market analysis are Pro.

Get an API key

Free tier, no form to fill in. Signing in shares your email address with us — we store it to create your key and to recognise you if you sign in with another provider. See our Privacy Policy and Terms.

A second provider on the same verified email joins the account you already have.