---
title: "SSO Connection Created"
method: POST
path: "organization.sso_created"
---

# SSO Connection Created

`POST organization.sso_created` (webhook)

Triggered when a new SSO connection is created for an organization

## Payload

- OrganizationSsoCreatedEvent — Payload delivered for the organization.sso_created webhook event.
  - `spec_version` string, required — The webhook specification version
  - `id` string, required — Unique identifier for the webhook event (must be prefixed with "evt_")
  - `type` 'organization.sso_created', required — The event type
  - `occurred_at` string, date-time, required — When the event occurred (ISO 8601 format)
  - `environment_id` string, required — The environment ID where the event occurred
  - `organization_id` string — The organization ID (if applicable)
  - `object` 'Connection', required — The type of object that triggered the webhook
  - `data` ConnectionEventData, required — SSO connection payload for organization.sso_* webhook events.
    - `id` string, required — Connection identifier
    - `organization_id` string, required
    - `connection_type` string — Connection protocol type
    - `provider` string — Identity provider
    - `enabled` boolean — Whether the connection is enabled
    - `status` string — Connection configuration status
  - `display_name` string — Human-readable display name for the event

## Acknowledgement `200`

Webhook received successfully

---

[API](https://skmtc.net/scalekit/apis/scalekit-api-reference.md) · [All operations](https://skmtc.net/scalekit/apis/scalekit-api-reference/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/scalekit/scalekit-api-reference/versions/a40d5d4650e5/schema)
