Auth0 · Schema

ConnectionIssuer

AI AgentsAuthenticationAuthorizationFGAIdentity ManagementMCPOAuthOktaOpenID ConnectSAMLSecuritySCIM
View JSON Schema on GitHub

JSON Schema

auth0-connectionissuer-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/ConnectionIssuer",
  "title": "ConnectionIssuer",
  "allOf": [
    {
      "description": "The identity provider's unique issuer identifier URL (e.g., https://accounts.google.com). Must match the 'iss' claim in ID tokens from the identity provider."
    },
    {
      "$ref": "#/components/schemas/ConnectionHttpsUrlWithHttpFallback255"
    }
  ]
}