Auth0 · Schema

ConnectionOptionsADFS

Options for the 'adfs' connection

AI AgentsAuthenticationAuthorizationFGAIdentity ManagementMCPOktaOpenID ConnectSAMLSecuritySCIM
View JSON Schema on GitHub

JSON Schema

auth0-connectionoptionsadfs-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/ConnectionOptionsADFS",
  "title": "ConnectionOptionsADFS",
  "description": "Options for the 'adfs' connection",
  "additionalProperties": true,
  "allOf": [
    {
      "$ref": "#/components/schemas/ConnectionOptionsCommon"
    },
    {
      "type": "object",
      "properties": {
        "adfs_server": {
          "type": "string",
          "description": "ADFS federation metadata host or XML URL used to discover WS-Fed endpoints and certificates. Errors if adfs_server and fedMetadataXml are both absent.",
          "minLength": 0,
          "maxLength": 2048
        },
        "domain_aliases": {
          "$ref": "#/components/schemas/ConnectionDomainAliases"
        },
        "entityId": {
          "description": "The entity identifier (Issuer) for the ADFS Service Provider. When not provided, defaults to 'urn:auth0:{tenant}:{connection}'.",
          "type": "string",
          "minLength": 1,
          "maxLength": 128
        },
        "fedMetadataXml": {
          "$ref": "#/components/schemas/ConnectionMetadataXmlADFS"
        },
        "icon_url": {
          "$ref": "#/components/schemas/ConnectionIconUrlADFS"
        },
        "prev_thumbprints": {
          "$ref": "#/components/schemas/ConnectionThumbprints"
        },
        "set_user_root_attributes": {
          "$ref": "#/components/schemas/ConnectionSetUserRootAttributesEnum"
        },
        "should_trust_email_verified_connection": {
          "$ref": "#/components/schemas/ConnectionShouldTrustEmailVerifiedConnectionEnum"
        },
        "signInEndpoint": {
          "$ref": "#/components/schemas/ConnectionSignInEndpointADFS"
        },
        "tenant_domain": {
          "$ref": "#/components/schemas/ConnectionTenantDomain"
        },
        "thumbprints": {
          "$ref": "#/components/schemas/ConnectionThumbprints"
        },
        "upstream_params": {
          "$ref": "#/components/schemas/ConnectionUpstreamParamsADFS"
        },
        "user_id_attribute": {
          "description": "Custom ADFS claim to use as the unique user identifier. When provided, this attribute is prepended to the default user_id mapping list with highest priority. Accepts a string (single ADFS claim name).",
          "type": "string",
          "minLength": 1,
          "maxLength": 128
        }
      }
    }
  ]
}

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-connectionoptionsadfs"
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.