v50

latestOpenAPI 3.1.0Apache 2.0raw.githubusercontent.com2026-07-068428533.0 MB
Auth Settings

Update Auth Settings

Updates authentication configuration.

patch/v3/authentication-settings

Request body

basic_auth_enabledboolean nullable

The organization has basic auth enabled.

oidc_auth_enabledboolean nullable

The organization has OIDC disabled.

saml_auth_enabledboolean nullable

The organization has SAML disabled.

idp_mapping_enabledboolean nullable

Whether IdP groups determine the Konnect teams a user has.

konnect_mapping_enabledboolean nullable

Whether a Konnect Identity Admin assigns teams to a user.

Example request

{
  "basic_auth_enabled": true,
  "idp_mapping_enabled": true
}

Response

Response for authentication settings endpoint

basic_auth_enabledboolean nullable

The organization has basic auth enabled.

oidc_auth_enabledboolean nullable

The organization has OIDC disabled.

saml_auth_enabledboolean nullable

The organization has SAML disabled.

idp_mapping_enabledboolean nullable

IdP groups determine the Konnect teams a user has.

konnect_mapping_enabledboolean nullable

A Konnect Identity Admin assigns teams to a user.

Example response

{
  "basic_auth_enabled": true,
  "idp_mapping_enabled": true
}