---
title: "Fetch SSO provider details."
method: GET
path: "/admin/sso/providers/{ssoProviderId}"
tags: ["admin"]
---

# Fetch SSO provider details.

`GET /admin/sso/providers/{ssoProviderId}`

## Response `200`

SSO provider exists with these details.

- SSOProviderSchema
  - `id` string, uuid
  - `sso_domains` object[]
    - `domain` string, hostname
  - `saml` object
    - `entity_id` string
    - `metadata_xml` string
    - `metadata_url` string
    - `attribute_mapping` SAMLAttributeMappingSchema
      - `keys` object

## Other responses

- `401` — HTTP Unauthorized response.
- `403` — HTTP Forbidden response.
- `404` — A provider with this UUID does not exist.

## Changes

- **2025-02-07** `4d0f1a6c1ad9` — 3 info
  - added the optional property `error_code` to the response with the `401` status
  - added the optional property `error_code` to the response with the `403` status
  - added the optional property `error_code` to the response with the `404` status
- **2023-12-13** `77f9aeb9339a` — 3 info
  - added the optional property `weak_password` to the response with the `401` status
  - added the optional property `weak_password` to the response with the `403` status
  - added the optional property `weak_password` to the response with the `404` status
- **2023-02-01** `144a34ca6d74` — 6 warning
  - removed the optional property `error_code` from the response with the `401` status
  - removed the optional property `error_code` from the response with the `403` status
  - removed the optional property `error_code` from the response with the `404` status
  - removed the optional property `weak_password` from the response with the `401` status
  - …2 more

[Change history](https://skmtc.dev/supabase/apis/supabase-auth-rest-api/changes/admin/sso/providers/:ssoProviderId/get.md)

---

[API](https://skmtc.dev/supabase/apis/supabase-auth-rest-api.md) · [All operations](https://skmtc.dev/supabase/apis/supabase-auth-rest-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/supabase/supabase-auth-rest-api/revisions/2e2a74a7459f/schema)
