---
title: "Configure identity provider"
method: POST
path: "/v6/config/integrations/identityProvider"
tags: ["Identity Provider Configuration"]
---

# Configure identity provider

`POST /v6/config/integrations/identityProvider`

Configure the identity provider integration for the partner

## Request body

- IdentityProviderPostDto
  - `issuerUri` string, required — The issuer URI of the identity provider
  - `identityProvider` 'AUTH0' | 'AWS_COGNITO' | 'OKTA' | 'STYTCH', required — The type of identity provider

## Response `200`

Success

- SuccessResponseIdentityProviderGetDto
  - `result` 'SUCCESS' | 'FAILURE' — The result of the action performed.
  - `data` IdentityProviderGetDto — The data generated by the action performed.
    - `issuerUri` string, required — The issuer URI of the identity provider
    - `identityProvider` 'AUTH0' | 'AWS_COGNITO' | 'OKTA' | 'STYTCH', required — The type of identity provider

## Other responses

- `400` — Bad request
- `401` — Not authenticated
- `403` — Not authorized
- `404` — Endpoint not found
- `500` — Internal server error

---

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