---
title: "List authentication methods"
method: GET
path: "/account/{account_id}/authentication"
tags: ["Account"]
---

# List authentication methods

`GET /account/{account_id}/authentication`

## Path parameters

- `account_id` string, required

## Response `200`

Response

- AccountAuthenticationMethodsListResponse — AccountAuthenticationMethodsListResponse
  - `authentication_methods` object[], required — Authentication Methods
    - `account_id` string, required — Account ID
    - `auth_token_extend_when_used` boolean — Extend authentication token validity when used
    - `auth_token_max_age_seconds` integer — Auth Token Max Age Seconds
    - `authentication_method_enabled` boolean, required — If true, authentication method can be used to access account/projects in account. If false, authentication method can still be used to sign in
    - `authentication_method_id` string, required — Authentication Method ID
    - `authentication_method_name` string — Authentication Method Name
    - `authentication_method_type` 'internal' | 'saml', required — An enumeration.
    - `auto_join_team_id` string, required — Deprecated; always null. Teams are being sunset, so this value is ignored on writes and always returned as null.
    - `auto_join_user_group_id` string, required — Automatically add users to a group, when user signs up using this authentication method
    - `create_time` string, required — Create Time
    - `delete_time` string, required — Delete Time
    - `internal_mcp_enabled` boolean — MCP connections enabled
    - `organization_id` string — Organization ID
    - `saml_acs_url` string — Saml Acs Url
    - `saml_assertion_signed_enabled` boolean — Set to 'true' to enable WantAssertionsSigned
    - `saml_authn_requests_signed_enabled` boolean — Set to 'true' to enable AuthnRequestsSigned
    - `saml_cert` 'adfs' — An enumeration.
    - `saml_certificate` string — Identity provider's certificate
    - `saml_certificate_issuer` string — Saml Certificate Issuer
    - `saml_certificate_not_valid_after` string — Saml Certificate Not Valid After
    - `saml_certificate_not_valid_before` string — Saml Certificate Not Valid Before
    - `saml_certificate_subject` string — Saml Certificate Subject
    - `saml_digest_algorithm` 'sha1' | 'sha256' | 'sha384' | 'sha512' — An enumeration.
    - `saml_entity_id` string — Saml Entity ID
    - `saml_field_mapping` object — SAMLFieldMapping
      - `email` string — Field name for user email
      - `first_name` string — Field name for user's first name
      - `groups` string — Field name for user's groups memberships. Contents of this field are used to handle group memberships when SCIM is not available and SAML is used to manage group memberships.
      - `identity` string — Field name for user's identity. This field must always exist in responses, and must be immutable and unique. Contents of this field are used to identify the user. Using user ID (such as unix user ID) is highly recommended, as email address may change, requiring relinking user to Aiven user.
      - `last_name` string — Field name for user's lastname
      - `real_name` string — Field name for user's full name. If specified, first_name and last_name mappings are ignored
    - `saml_idp_login_allowed` boolean — Set to 'true' to enable IdP initiated login
    - `saml_idp_url` string — Saml Idp Url
    - `saml_join_groups` boolean — SAML join groups enabled
    - `saml_metadata_url` string — Saml Metadata Url
    - `saml_requested_authn_context_enabled` boolean — Set to 'false' to disable RequestedAuthnContext
    - `saml_signature_algorithm` 'rsa-sha1' | 'dsa-sha1' | 'rsa-sha256' | 'rsa-sha384' | 'rsa-sha512' — An enumeration.
    - `saml_sp_certificate` string — Saml Sp Certificate
    - `saml_variant` 'adfs' — An enumeration.
    - `scim_enabled` boolean — SCIM API enabled
    - `scim_url` string — Scim Url
    - `state` 'active' | 'deleted' | 'pending_configuration', required — An enumeration.
    - `update_time` string, required — Update Time

---

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