---
title: "Update Auth Settings"
method: PATCH
path: "/v3/authentication-settings"
tags: ["Auth Settings"]
---

# Update Auth Settings

`PATCH /v3/authentication-settings`

Updates authentication configuration.

## Request body

- 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 — Whether IdP groups determine the Konnect teams a user has.
  - `konnect_mapping_enabled` boolean — Whether a Konnect Identity Admin assigns teams to a user.

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

- `400` — Bad Request
- `401` — Unauthenticated
- `403` — Unauthorized

## Changes

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

- **2025-10-30** `845120e19d45` — 5 breaking
  - the request property `basic_auth_enabled` became not nullable
  - the request property `idp_mapping_enabled` became not nullable
  - the request property `konnect_mapping_enabled` became not nullable
  - the request property `oidc_auth_enabled` became not nullable
  - …1 more
- **2025-10-23** `8ab3ec3ed301` — 1 warning
  - added the new `type` enum value to the `allOf[subschema #2]/invalid_parameters/items/oneOf[#/components/schemas/InvalidParameterStandard]/rule` response property for the response status `400`
- **2025-08-22** `3c0154b2053a` — 14 breaking, 5 info
  - the response property `allOf[subschema #2]/invalid_parameters/items/oneOf[#/components/schemas/InvalidParameterChoiceItem]/source` became nullable for the status `400`
  - the response property `allOf[subschema #2]/invalid_parameters/items/oneOf[#/components/schemas/InvalidParameterDependentItem]/source` became nullable for the status `400`
  - the response property `allOf[subschema #2]/invalid_parameters/items/oneOf[#/components/schemas/InvalidParameterMaximumLength]/source` became nullable for the status `400`
  - the response property `allOf[subschema #2]/invalid_parameters/items/oneOf[#/components/schemas/InvalidParameterMinimumLength]/source` became nullable for the status `400`
  - …15 more

[Change history](https://skmtc.dev/kong/apis/konnect-api-go-sdk/changes/v3/authentication-settings/patch.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)
