---
title: "PanopticAuth OIDC client config"
method: GET
path: "/Auth/PanopticAuth/Config"
tags: ["Auth"]
---

# PanopticAuth OIDC client config

`GET /Auth/PanopticAuth/Config`

**Auth:** Anonymous - no token required.

Returns the (non-secret) PanopticAuth OIDC client configuration — authority, client id and redirect URIs — sourced from Key Vault. The client is created in the PanopticAuth admin interface and its id/redirects are stored in Key Vault, so nothing is hardcoded in the app.

## Response `200`

Success

- PanopticAuthConfigResponse
  - `authority` string, nullable
  - `clientId` string, nullable
  - `scopes` string[]

---

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