Auth0 · Schema

PostConnectionKeysAlgEnum

Selected Signing Algorithm

AI AgentsAuthenticationAuthorizationFGAIdentity ManagementMCPOAuthOktaOpenID ConnectSAMLSecuritySCIM
View JSON Schema on GitHub

JSON Schema

auth0-postconnectionkeysalgenum-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/PostConnectionKeysAlgEnum",
  "title": "PostConnectionKeysAlgEnum",
  "type": "string",
  "description": "Selected Signing Algorithm",
  "enum": [
    "RS256",
    "RS384",
    "RS512",
    "PS256",
    "PS384",
    "ES256",
    "ES384"
  ]
}