Auth0 · Schema

CustomSigningKeyAlgorithmEnum

Key algorithm

AI AgentsAuthenticationAuthorizationFGAIdentity ManagementMCPOAuthOktaOpenID ConnectSAMLSecuritySCIM
View JSON Schema on GitHub

JSON Schema

auth0-customsigningkeyalgorithmenum-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/CustomSigningKeyAlgorithmEnum",
  "title": "CustomSigningKeyAlgorithmEnum",
  "type": "string",
  "description": "Key algorithm",
  "enum": [
    "RS256",
    "RS384",
    "RS512",
    "ES256",
    "ES384",
    "ES512",
    "PS256",
    "PS384",
    "PS512"
  ]
}