Auth0 · Schema

ConnectionUserinfoSigningAlgValuesSupported

JSON array containing a list of the JWS [JWS] signing algorithms (alg values) [JWA] supported by the UserInfo Endpoint to encode the Claims in a JWT [JWT]. The value none MAY be included.

AI AgentsAuthenticationAuthorizationFGAIdentity ManagementMCPOAuthOktaOpenID ConnectSAMLSecuritySCIM
View JSON Schema on GitHub

JSON Schema

auth0-connectionuserinfosigningalgvaluessupported-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/ConnectionUserinfoSigningAlgValuesSupported",
  "title": "ConnectionUserinfoSigningAlgValuesSupported",
  "type": "array",
  "description": "JSON array containing a list of the JWS [JWS] signing algorithms (alg values) [JWA] supported by the UserInfo Endpoint to encode the Claims in a JWT [JWT]. The value none MAY be included.",
  "minItems": 0,
  "maxItems": 26,
  "items": {
    "type": "string",
    "maxLength": 10
  }
}