---
title: "Returns the active sso providers for a given orgID."
method: GET
path: "/organizations/{organization_id}/sso/providers"
tags: ["SSO"]
---

# Returns the active sso providers for a given orgID.

`GET /organizations/{organization_id}/sso/providers`

## Path parameters

- `organization_id` string, required

## Response `200`

- ListSSOProvidersResponse
  - `sso_providers` SSOProvider[], required
    - `client_id` string, required
    - `created_at` string, required
    - `email_domains` string[], required
    - `id` string, required
    - `issuer_uri` string, required
    - `org_id` string, required

## Other responses

- `400` — Error Bad Request
- `403` — Error Permissions
- `404` — Error Not Found
- `500` — Error Internal Server

---

[API](https://skmtc.net/crusoecloud/apis/crusoe-cloud-api-gateway.md) · [All operations](https://skmtc.net/crusoecloud/apis/crusoe-cloud-api-gateway/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/crusoecloud/crusoe-cloud-api-gateway/revisions/a3fd2dedc72b/schema)
