---
title: "Changes to Update Auth Settings"
method: PATCH
path: "/v3/portals/{portalId}/authentication-settings"
---

# Changes to Update Auth Settings

`PATCH /v3/portals/{portalId}/authentication-settings`

> Every recorded change to this endpoint, newest first.

## Timeline

Changed in 8 of 75 revisions.

- **2026-01-29** `0c2eede22268` — 1 info
- **2025-12-03** `581456e3279f` — 12 info
- **2025-10-30** `845120e19d45` — 9 breaking
- **2025-10-23** `8ab3ec3ed301` — 1 warning
- **2025-08-22** `3c0154b2053a` — 11 breaking, 19 info
- **2025-08-14** `6333a0d3b095` — 10 info
- **2025-07-22** `76b0fefddb0d` — 10 info
- **2025-07-01** `9a3d26a00088` — 1 info

## Changes

- **2026-01-29** `0c2eede22268` — 1 info
  - the response optional property `oidc_config` became read-only for the status `200`
- **2025-12-03** `581456e3279f` — 12 info
  - request property `oidc_auth_enabled` deprecated
  - request property `oidc_claim_mappings` deprecated
  - request property `oidc_client_id` deprecated
  - request property `oidc_client_secret` deprecated
  - request property `oidc_issuer` deprecated
  - request property `oidc_scopes` deprecated
  - request property `oidc_team_mapping_enabled` deprecated
  - request property `saml_auth_enabled` deprecated
  - response property `oidc_auth_enabled` deprecated
  - response property `oidc_config` deprecated
  - response property `oidc_team_mapping_enabled` deprecated
  - response property `saml_auth_enabled` deprecated
- **2025-10-30** `845120e19d45` — 9 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
  - the request property `oidc_client_id` became not nullable
  - the request property `oidc_client_secret` became not nullable
  - the request property `oidc_issuer` became not nullable
  - the request property `oidc_team_mapping_enabled` became not nullable
  - the request property `saml_auth_enabled` became not nullable
- **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` — 11 breaking, 19 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`
  - the response property `allOf[subschema #2]/invalid_parameters/items/oneOf[#/components/schemas/InvalidParameterStandard]/source` became nullable for the status `400`
  - the response property `detail` became nullable for the status `401`
  - the response property `idp_mapping_enabled` became nullable for the status `200`
  - the response property `instance` became nullable for the status `401`
  - the response property `saml_auth_enabled` became nullable for the status `200`
  - the response property `status` became nullable for the status `401`
  - the response property `title` became nullable for the status `401`
  - the request property `basic_auth_enabled` became nullable
  - the request property `idp_mapping_enabled` became nullable
  - the request property `konnect_mapping_enabled` became nullable
  - the request property `oidc_auth_enabled` became nullable
  - the request property `oidc_client_id` became nullable
  - the request property `oidc_client_secret` became nullable
  - the request property `oidc_issuer` became nullable
  - the request property `oidc_team_mapping_enabled` became nullable
  - the request property `saml_auth_enabled` became nullable
  - the `` request property default value `openid` was added
  - the `email` request property default value `email` was added
  - the `groups` request property default value `groups` was added
  - the `name` request property default value `name` was added
  - the `oidc_scopes` request property default value `email, openid, profile` was added
  - the `` response's property default value `openid` was added for the status `200`
  - the `email` response's property default value `email` was added for the status `200`
  - the `groups` response's property default value `groups` was added for the status `200`
  - the `name` response's property default value `name` was added for the status `200`
  - the `scopes` response's property default value `email, openid, profile` was added for the status `200`
- **2025-08-14** `6333a0d3b095` — 10 info
  - the `` request property default value `openid` was removed
  - the `email` request property default value `email` was removed
  - the `groups` request property default value `groups` was removed
  - the `name` request property default value `name` was removed
  - the `oidc_scopes` request property default value `email, openid, profile` was removed
  - the `` response's property default value `openid` was removed for the status `200`
  - the `email` response's property default value `email` was removed for the status `200`
  - the `groups` response's property default value `groups` was removed for the status `200`
  - the `name` response's property default value `name` was removed for the status `200`
  - the `scopes` response's property default value `email, openid, profile` was removed for the status `200`
- **2025-07-22** `76b0fefddb0d` — 10 info
  - the `` request property default value `openid` was added
  - the `email` request property default value `email` was added
  - the `groups` request property default value `groups` was added
  - the `name` request property default value `name` was added
  - the `oidc_scopes` request property default value `email, openid, profile` was added
  - the `` response's property default value `openid` was added for the status `200`
  - the `email` response's property default value `email` was added for the status `200`
  - the `groups` response's property default value `groups` was added for the status `200`
  - the `name` response's property default value `name` was added for the status `200`
  - the `scopes` response's property default value `email, openid, profile` was added for the status `200`
- **2025-07-01** `9a3d26a00088` — 1 info
  - endpoint added

---

[Operation](https://skmtc.dev/kong/apis/konnect-api-go-sdk/docs/v3/portals/:portalId/authentication-settings/patch.md) · [API](https://skmtc.dev/kong/apis/konnect-api-go-sdk.md) · [Page](https://skmtc.dev/kong/apis/konnect-api-go-sdk/changes/v3/portals/:portalId/authentication-settings/patch)
