---
title: "List all custom OAuth configurations"
method: GET
path: "/api/auth/oauth/custom/configs"
tags: ["Admin"]
---

# List all custom OAuth configurations

`GET /api/auth/oauth/custom/configs`

Get all configured custom OAuth providers (admin only)

## Response `200`

List of custom OAuth configurations

- object
  - `data` CustomOAuthConfig[]
    - `id` string, uuid
    - `key` string
    - `name` string
    - `discoveryEndpoint` string, uri
    - `clientId` string
    - `createdAt` string, date-time
    - `updatedAt` string, date-time
  - `count` integer

## Other responses

- `401` — Unauthorized
- `403` — Forbidden - Admin only

---

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