Auth0 · Schema

ClientAddonSentry

Sentry SSO configuration.

AI AgentsAuthenticationAuthorizationFGAIdentity ManagementMCPOAuthOktaOpenID ConnectSAMLSecuritySCIM

Properties

Name Type Description
org_slug string Generated slug for your Sentry organization. Found in your Sentry URL. e.g. `https://sentry.acme.com/acme-org/` would be `acme-org`.
base_url string URL prefix only if running Sentry Community Edition, otherwise leave should be blank.
View JSON Schema on GitHub

JSON Schema

auth0-clientaddonsentry-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/ClientAddonSentry",
  "title": "ClientAddonSentry",
  "type": "object",
  "description": "Sentry SSO configuration.",
  "additionalProperties": true,
  "properties": {
    "org_slug": {
      "type": "string",
      "description": "Generated slug for your Sentry organization. Found in your Sentry URL. e.g. `https://sentry.acme.com/acme-org/` would be `acme-org`."
    },
    "base_url": {
      "type": "string",
      "description": "URL prefix only if running Sentry Community Edition, otherwise leave should be blank."
    }
  }
}