Auth0 · Schema

ConnectionIdTokenSignedResponseAlgs

List of algorithms allowed to verify the ID tokens.

AI AgentsAuthenticationAuthorizationFGAIdentity ManagementMCPOAuthOktaOpenID ConnectSAMLSecuritySCIM
View JSON Schema on GitHub

JSON Schema

auth0-connectionidtokensignedresponsealgs-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/ConnectionIdTokenSignedResponseAlgs",
  "title": "ConnectionIdTokenSignedResponseAlgs",
  "description": "List of algorithms allowed to verify the ID tokens.",
  "type": [
    "array",
    "null"
  ],
  "items": {
    "$ref": "#/components/schemas/ConnectionIdTokenSignedResponseAlgEnum"
  },
  "x-merge-priority": -5
}