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

---

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