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

# Create enterprise SSO verification

`POST /api/experience/verification/sso/{connectorId}/authorization-uri`

Create a new EnterpriseSSO verification record and return the provider's authorization URI for the given connector.

## Path parameters

- `connectorId` string, required

## Request body

- object
  - `state` string, required — The state parameter to pass to the SSO connector.
  - `redirectUri` string, required — The URI to redirect the user after the SSO authorization is completed.

## Response `200`

The SSO authorization URI has been successfully generated.

- object
  - `authorizationUri` string, required — The SSO authorization URI.
  - `verificationId` string, required — The unique verification ID of the newly created EnterpriseSSO verification record. The `verificationId` is required when verifying the SSO authorization response.

## Other responses

- `400` — Bad Request
- `404` — The SSO connector is not found.
- `500` — Connector error. Failed to generate the SSO authorization URI.

---

[API](https://skmtc.dev/logto/apis/logto-api-references.md) · [All operations](https://skmtc.dev/logto/apis/logto-api-references/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/logto/logto-api-references/revisions/0287c6a59eba/schema)
