Auth0 · Schema

ConnectionDpopSigningAlgValuesSupported

JSON array containing a list of the JWS signing algorithms (alg values) supported for DPoP proof JWT signing.

AI AgentsAuthenticationAuthorizationFGAIdentity ManagementMCPOAuthOktaOpenID ConnectSAMLSecuritySCIM
View JSON Schema on GitHub

JSON Schema

auth0-connectiondpopsigningalgvaluessupported-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/ConnectionDpopSigningAlgValuesSupported",
  "title": "ConnectionDpopSigningAlgValuesSupported",
  "type": "array",
  "description": "JSON array containing a list of the JWS signing algorithms (alg values) supported for DPoP proof JWT signing.",
  "minItems": 0,
  "maxItems": 26,
  "items": {
    "type": "string",
    "maxLength": 14
  }
}