v61

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

Get Auth Settings

Returns authentication configuration, which determines how users can log in and how they are assigned to teams.

get/v3/authentication-settings

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
}