v61

latestOpenAPI 3.1.0Apache 2.0raw.githubusercontent.com2026-08-018131,3812.6 MB
Auth Settings

Update Auth Settings

Updates authentication configuration.

patch/v3/authentication-settings

Request body

basic_auth_enabledboolean

The organization has basic auth enabled.

oidc_auth_enabledboolean

The organization has OIDC disabled.

saml_auth_enabledboolean

The organization has SAML disabled.

idp_mapping_enabledboolean

Whether IdP groups determine the Konnect teams a user has.

konnect_mapping_enabledboolean

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

The organization has basic auth enabled.

oidc_auth_enabledboolean

The organization has OIDC disabled.

saml_auth_enabledboolean

The organization has SAML disabled.

idp_mapping_enabledboolean

IdP groups determine the Konnect teams a user has.

konnect_mapping_enabledboolean

A Konnect Identity Admin assigns teams to a user.

Example response

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