---
title: "List OIDC Connections"
method: GET
path: "/v1/oidc-connections"
tags: ["BackendService"]
---

# List OIDC Connections

`GET /v1/oidc-connections`

List OIDC Connections.

## Query parameters

- `organizationId` string
- `pageToken` string

## Response `200`

OK

- ListOIDCConnectionsResponse
  - `oidcConnections` OIDCConnection[] — A list of OIDC Connections.
    - `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.
  - `nextPageToken` string — The pagination token for the next page of results. Empty if there is no next page.

## 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)
