---
title: "Verify enterprise SSO verification"
method: POST
path: "/api/experience/verification/sso/{connectorId}/verify"
tags: ["Experience"]
---

# Verify enterprise SSO verification

`POST /api/experience/verification/sso/{connectorId}/verify`

Verify the SSO authorization response data and get the user's identity from the SSO provider.

## Path parameters

- `connectorId` string, required

## Request body

- object
  - `connectorData` object, required — Arbitrary data returned by the SSO provider to complete the verification process.
  - `verificationId` string, required — The ID of the EnterpriseSSO verification record.

## Response `200`

The SSO authorization response has been successfully verified.

- object
  - `verificationId` string, required — The current verified EnterpriseSSO verification record ID. This ID is required when identifying the user in the current interaction.

## Other responses

- `400` — The SSO authorization response is invalid or cannot be verified.
- `404` — The verification record or the SSO connector is not found.
- `500` — Connector error. Failed to verify the SSO authorization response or fetch the user info from the SSO provider.

---

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