---
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, nullable — The organization has basic auth enabled.
  - `oidc_auth_enabled` boolean, nullable — The organization has OIDC disabled.
  - `saml_auth_enabled` boolean, nullable — The organization has SAML disabled.
  - `idp_mapping_enabled` boolean, nullable — Whether IdP groups determine the Konnect teams a user has.
  - `konnect_mapping_enabled` boolean, nullable — Whether a Konnect Identity Admin assigns teams to a user.

## Response `200`

Response for authentication settings endpoint

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

## Other responses

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

## Changes

- **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/396c243e49dc/schema)
