Auth0 · Schema
ConnectionForList
AI AgentsAuthenticationAuthorizationFGAIdentity ManagementMCPOktaOpenID ConnectSAMLSecuritySCIM
Properties
| Name | Type | Description |
|---|---|---|
| name | string | The name of the connection |
| display_name | string | Connection name used in login screen |
| options | object | |
| id | string | The connection's identifier |
| strategy | string | The type of the connection, related to the identity provider |
| realms | array | Defines the realms for which the connection will be used (ie: email domains). If the array is empty or the property is not specified, the connection name will be added as realm. |
| is_domain_connection | boolean | True if the connection is domain level |
| show_as_button | boolean | Enables showing a button for the connection in the login page (new experience only). If false, it will be usable only by HRD. |
| metadata | object | |
| authentication | object | |
| connected_accounts | object |
JSON Schema
{
"$schema": "https://json-schema.org/draft/2020-12/schema",
"$id": "#/components/schemas/ConnectionForList",
"title": "ConnectionForList",
"type": "object",
"additionalProperties": false,
"properties": {
"name": {
"type": "string",
"description": "The name of the connection",
"default": "My connection"
},
"display_name": {
"type": "string",
"description": "Connection name used in login screen"
},
"options": {
"$ref": "#/components/schemas/ConnectionOptions"
},
"id": {
"type": "string",
"description": "The connection's identifier",
"default": "con_0000000000000001"
},
"strategy": {
"type": "string",
"description": "The type of the connection, related to the identity provider",
"default": "auth0"
},
"realms": {
"type": "array",
"description": "Defines the realms for which the connection will be used (ie: email domains). If the array is empty or the property is not specified, the connection name will be added as realm.",
"items": {
"type": "string",
"description": "The realm where this connection belongs",
"format": "connection-realm"
}
},
"is_domain_connection": {
"type": "boolean",
"description": "True if the connection is domain level"
},
"show_as_button": {
"type": "boolean",
"description": "Enables showing a button for the connection in the login page (new experience only). If false, it will be usable only by HRD."
},
"metadata": {
"$ref": "#/components/schemas/ConnectionsMetadata"
},
"authentication": {
"$ref": "#/components/schemas/ConnectionAuthenticationPurpose",
"x-release-lifecycle": "GA"
},
"connected_accounts": {
"$ref": "#/components/schemas/ConnectionConnectedAccountsPurpose",
"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.
Call it yourself
curl for this page
This JSON Schema
curl "https://apis.io/api/v1/json-schemas/auth0-connectionforlist"
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.