v50

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

Reset Auth Settings

Reset authentication configuration.

patch/v3/authentication-settings#delete

Request body

basic_auth_enabledtrue
oidc_auth_enabledfalse nullable
saml_auth_enabledfalse nullable
idp_mapping_enabledfalse nullable
konnect_mapping_enabledtrue

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
}