Auth0 · Schema

ConnectionProfileOrganization

The organization of the connection profile.

AI AgentsAuthenticationAuthorizationFGAIdentity ManagementMCPOAuthOktaOpenID ConnectSAMLSecuritySCIM

Properties

Name Type Description
show_as_button object
assign_membership_on_login object
View JSON Schema on GitHub

JSON Schema

auth0-connectionprofileorganization-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/ConnectionProfileOrganization",
  "title": "ConnectionProfileOrganization",
  "type": "object",
  "description": "The organization of the connection profile.",
  "additionalProperties": false,
  "properties": {
    "show_as_button": {
      "$ref": "#/components/schemas/ConnectionProfileOrganizationShowAsButtonEnum"
    },
    "assign_membership_on_login": {
      "$ref": "#/components/schemas/ConnectionProfileOrganizationAssignMembershipOnLoginEnum"
    }
  }
}