---
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

## Changes

> 75 revisions in range; 6 could not be searched.

- **2025-08-22** `3c0154b2053a` — 5 breaking
  - the response property `basic_auth_enabled` became nullable for the status `200`
  - the response property `idp_mapping_enabled` became nullable for the status `200`
  - the response property `konnect_mapping_enabled` became nullable for the status `200`
  - the response property `oidc_auth_enabled` became nullable for the status `200`
  - …1 more

[Change history](https://skmtc.dev/kong/apis/konnect-api-go-sdk/changes/v3/authentication-settings/get.md)

---

[API](https://skmtc.dev/kong/apis/konnect-api-go-sdk.md) · [All operations](https://skmtc.dev/kong/apis/konnect-api-go-sdk/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/kong/konnect-api-go-sdk/revisions/7d3c634668f8/schema)
