---
title: "Get Auth Settings"
method: GET
path: "/v3/authentication-settings"
tags: ["Auth Settings"]
---

# Get Auth Settings

`GET /v3/authentication-settings`

Returns authentication configuration, which determines how users can log in and how they are assigned to teams.

## Response `200`

Response for authentication settings endpoint

- object
  - `basic_auth_enabled` boolean — The organization has basic auth enabled.
  - `oidc_auth_enabled` boolean — The organization has OIDC disabled.
  - `saml_auth_enabled` boolean — The organization has SAML disabled.
  - `idp_mapping_enabled` boolean — IdP groups determine the Konnect teams a user has.
  - `konnect_mapping_enabled` boolean — A Konnect Identity Admin assigns teams to a user.

## Other responses

- `401` — Unauthenticated

---

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