Organizations

Update authentication configuration

Update current authentication configuration for an organization.

patch/organization/{organization_id}/config/authentication

Path parameters

organization_idstring required

ID of an organization

Request body

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.

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 26 revisions of this API.2

    • ○

      added the new optional request property

      new-optional-request-property

    • ○

      added the optional property to the response with the status

      response-optional-property-added