Auth0 · Schema

ConnectionRequireRequestUriRegistration

Boolean value specifying whether the OP requires use of the request_uri parameter. If omitted, the default value is false.

AI AgentsAuthenticationAuthorizationFGAIdentity ManagementMCPOAuthOktaOpenID ConnectSAMLSecuritySCIM
View JSON Schema on GitHub

JSON Schema

auth0-connectionrequirerequesturiregistration-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/ConnectionRequireRequestUriRegistration",
  "title": "ConnectionRequireRequestUriRegistration",
  "type": "boolean",
  "description": "Boolean value specifying whether the OP requires use of the request_uri parameter. If omitted, the default value is false.",
  "default": false
}