---
title: "Retrieve authentication configuration"
method: GET
path: "/organization/{organization_id}/config/authentication"
tags: ["Organizations"]
---

# Retrieve authentication configuration

`GET /organization/{organization_id}/config/authentication`

Retrieve current authentication configuration for an organization.

## Path parameters

- `organization_id` string, required

## Response `200`

Response

- OrganizationAuthenticationConfigGetResponse — OrganizationAuthenticationConfigGetResponse
  - `mcp_enabled` boolean — Users can use MCP clients with services and other resources they have access to in this organization.
  - `mcp_read_only` boolean — MCP connections in this organization are restricted to read-only operations.
  - `oauth_enabled` boolean — Organization users are able to use OAuth authentication.
  - `password_auth_enabled` boolean — Organization users are able to use password authentication.
  - `personal_tokens_enabled` boolean — Organization users can use their personal tokens to access the organization through the Aiven API or other applications.
  - `personal_tokens_require_allowed_auth_method` boolean — Organization users are able to use personal tokens that were generated from one of the allowed authentication methods.
  - `saml_allow_external` boolean — Organization users are able to use SAML authentication of other organizations.
  - `saml_enabled` boolean — Organization users are able to use SAML authentication.
  - `two_factor_required` boolean — 2FA is required to access resources in this organization.

## Changes

- **2026-08-26** `0901b82b6427` — 1 info
  - added the optional property `mcp_read_only` to the response with the `200` status

[Change history](https://skmtc.dev/aiven/apis/aiven-api-documentation/changes/organization/:organization_id/config/authentication/get.md)

---

[API](https://skmtc.dev/aiven/apis/aiven-api-documentation.md) · [All operations](https://skmtc.dev/aiven/apis/aiven-api-documentation/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/aiven/aiven-api-documentation/revisions/c949573465e3/schema)
