/v1/admin/tenants/{tenant_id}/oidc-providerReturn the tenant's Google OIDC provider config metadata. Platform admins only — the endpoint operates on an arbitrary tenant by path parameter. The plaintext client secret is never returned; only the reference string (e.g. ``secret:<uuid>`` or ``env:GOOGLE_CLIENT_SECRET``) is exposed so an admin can tell at a glance whether the tenant has been migrated to DB-backed storage.
| Name | Type | Required | Description |
|---|---|---|---|
tenant_id | string (uuid) | Required |
| Name | Type | Required | Description |
|---|---|---|---|
X-API-Key | string | Optional |
curl -X GET '/api-proxy/v1/admin/tenants/{tenant_id}/oidc-provider' \
-H 'Authorization: Bearer <YOUR_TOKEN>'No response body documented
curl -X GET '/api-proxy/v1/admin/tenants/{tenant_id}/oidc-provider' \
-H 'Authorization: Bearer <YOUR_TOKEN>'No response body documented