Auth0 · Schema

ConnectionIdTokenSignedResponseAlgEnum

Algorithm allowed to verify the ID tokens.

AI AgentsAuthenticationAuthorizationFGAIdentity ManagementMCPOAuthOktaOpenID ConnectSAMLSecuritySCIM
View JSON Schema on GitHub

JSON Schema

auth0-connectionidtokensignedresponsealgenum-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/ConnectionIdTokenSignedResponseAlgEnum",
  "title": "ConnectionIdTokenSignedResponseAlgEnum",
  "description": "Algorithm allowed to verify the ID tokens.",
  "type": "string",
  "enum": [
    "ES256",
    "ES384",
    "PS256",
    "PS384",
    "RS256",
    "RS384",
    "RS512"
  ],
  "x-merge-priority": -5
}