---
title: "Get the team auth settings."
method: GET
path: "/api/teams/{team}/auth"
tags: ["Teams"]
---

# Get the team auth settings.

`GET /api/teams/{team}/auth`

## Path parameters

- `team` string, required

## Response `200`

Teams returned.

- AuthSchemeResponseDto
  - `_links` object, required — The links.
  - `scheme` AuthSchemeDto
    - `domain` string, required — The domain name of your user accounts.
    - `displayName` string, required — The display name for buttons.
    - `clientId` string, required — The client ID.
    - `clientSecret` string, required — The client secret.
    - `authority` string, required — The authority URL.
    - `signoutRedirectUrl` string, nullable — The URL to redirect after a signout.

## Other responses

- `404` — Team not found.
- `500` — Operation failed.

---

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