Organizations

Retrieve authentication configuration

Retrieve current authentication configuration for an organization.

get/organization/{organization_id}/config/authentication

Path parameters

organization_idstring required

ID of an organization

Response

Response

mcp_enabledboolean

Users can use MCP clients with services and other resources they have access to in this organization.

mcp_read_onlyboolean

MCP connections in this organization are restricted to read-only operations.

oauth_enabledboolean

Organization users are able to use OAuth authentication.

password_auth_enabledboolean

Organization users are able to use password authentication.

personal_tokens_enabledboolean

Organization users can use their personal tokens to access the organization through the Aiven API or other applications.

personal_tokens_require_allowed_auth_methodboolean

Organization users are able to use personal tokens that were generated from one of the allowed authentication methods.

saml_allow_externalboolean

Organization users are able to use SAML authentication of other organizations.

saml_enabledboolean

Organization users are able to use SAML authentication.

two_factor_requiredboolean

2FA is required to access resources in this organization.

Changes

Changed in 1 of the 13 revisions of this API.1

    • added the optional property mcp_read_only to the response with the 200 status

      response-optional-property-added