---
title: "Get OIDC Connection"
method: GET
path: "/v1/oidc-connections/{id}"
tags: ["BackendService"]
---

# Get OIDC Connection

`GET /v1/oidc-connections/{id}`

Get an OIDC Connection.

## Path parameters

- `id` string, required

## Response `200`

OK

- GetOIDCConnectionResponse
  - `oidcConnection` OIDCConnection — OIDCConnection represents an OpenID Connect configuration for an Organization.
    - `id` string — The OIDC Connection ID. Starts with `oidc_connection_...`.
    - `organizationId` string — The Organization this OIDC Connection belongs to.
    - `createTime` string, date-time — When the OIDC Connection was created.
    - `updateTime` string, date-time — When the OIDC Connection was last updated.
    - `primary` boolean — Whether this is the primary OIDC Connection for the Organization.
    - `configurationUrl` string — The OIDC Provider's configuration URL.
    - `clientId` string — The OIDC Provider's Client ID.
    - `clientSecret` string — The OIDC Provider's Client Secret. This field is write-only.
    - `redirectUri` string — The OIDC Provider's redirect URI.

## Other responses

- `400` — API Error
- `401` — API Error
- `403` — API Error
- `404` — API Error

---

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