Auth0 · Schema

ConnectionShowAsButton

Enables showing a button for the connection in the login page (new experience only). If false, it will be usable only by HRD. Defaults to `false`.

AI AgentsAuthenticationAuthorizationFGAIdentity ManagementMCPOAuthOktaOpenID ConnectSAMLSecuritySCIM
View JSON Schema on GitHub

JSON Schema

auth0-connectionshowasbutton-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/ConnectionShowAsButton",
  "title": "ConnectionShowAsButton",
  "type": "boolean",
  "description": "Enables showing a button for the connection in the login page (new experience only). If false, it will be usable only by HRD. Defaults to `false`.",
  "default": false
}