---
title: "Fetch a list of all registered SSO providers."
method: GET
path: "/admin/sso/providers"
tags: ["admin"]
---

# Fetch a list of all registered SSO providers.

`GET /admin/sso/providers`

## Response `200`

A list of all providers.

- object
  - `items` 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

---

[API](https://skmtc.net/supabase/apis/supabase-auth-rest-api.md) · [All operations](https://skmtc.net/supabase/apis/supabase-auth-rest-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/supabase/supabase-auth-rest-api/versions/2664b89bee49/schema)
