---
title: "Get all SAML sign on endpoints"
method: GET
path: "/api/v2/saml/sso"
tags: ["Auth", "Community", "Enterprise"]
deprecated: true
---

# Get all SAML sign on endpoints

`GET /api/v2/saml/sso`

> **Deprecated.**

**Deprecated**: This endpoint will no longer be supported in a future release. Please use `GET /api/v2/sso-providers` instead to list available SSO endpoints.

## Response `200`

OK

- object
  - `data` object
    - `endpoints` ModelSamlSignOnEndpoint[]
      - `name` string
      - `idp_url` string

## Other responses

- `429` — **Too Many Requests** The client has sent too many requests within a certain time window and tripped the rate limiting middleware.
- `500` — **Internal Server Error** This is usually the result of either an unexpected database or application error. The client may try modifying or resending the request, but the error is likely not related to the client doing something wrong.

---

[API](https://skmtc.net/specterops/apis/bloodhound-api.md) · [All operations](https://skmtc.net/specterops/apis/bloodhound-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/specterops/bloodhound-api/revisions/b7bbf50b77e7/schema)
