---
title: "Get the configuration for the login page"
method: GET
path: "/api/v3/login_config"
---

# Get the configuration for the login page

`GET /api/v3/login_config`

## Response `200`

- GetLoginConfigResponse
  - `locale` object
    - `hide` boolean
    - `available_locales` string[]
    - `default` string
  - `logo` object
    - `hide` boolean
  - `info` object
    - `title` string
  - `maintenance` object
    - `title` string
    - `description` string
  - `notification_cover` GetLoginConfigResponseNotification
    - `enabled` boolean
    - `icon` string
    - `title` string
    - `description` string
    - `button` object
      - `text` string, required
      - `url` string, required
      - `extra_styles` string
  - `notification_form` GetLoginConfigResponseNotification
    - `enabled` boolean
    - `icon` string
    - `title` string
    - `description` string
    - `button` object
      - `text` string, required
      - `url` string, required
      - `extra_styles` string
  - `providers` object
    - `all` object
      - `description` string
      - `hide_categories_dropdown` boolean
      - `display_providers` string[]
    - `form` GetLoginConfigResponseProvider
      - `description` string
      - `hide_categories_dropdown` boolean
      - `hide_forgot_password` boolean
      - `submit_icon` string
      - `submit_text` string
      - `submit_extra_styles` string
    - `saml` GetLoginConfigResponseProvider
      - `description` string
      - `hide_categories_dropdown` boolean
      - `hide_forgot_password` boolean
      - `submit_icon` string
      - `submit_text` string
      - `submit_extra_styles` string
    - `google` GetLoginConfigResponseProvider
      - `description` string
      - `hide_categories_dropdown` boolean
      - `hide_forgot_password` boolean
      - `submit_icon` string
      - `submit_text` string
      - `submit_extra_styles` string

## Changes

- **2026-07-17** `95068d823baa` — 2 info
  - added the optional property `notification_cover/enabled` to the response with the `200` status
  - added the optional property `notification_form/enabled` to the response with the `200` status
- **2024-10-28** `6a0480995547` — 2 info
  - added the optional property `notification_cover/enabled` to the response with the `200` status
  - added the optional property `notification_form/enabled` to the response with the `200` status
- **2024-09-05** `8cb349a86b1b` — 2 info
  - added the optional property `notification_cover/button/extra_styles` to the response with the `200` status
  - added the optional property `notification_form/button/extra_styles` to the response with the `200` status
- **2024-09-05** `635cd653b368` — 1 warning, 5 info
  - removed the optional property `notification` from the response with the `200` status
  - added the optional property `notification_cover` to the response with the `200` status
  - added the optional property `notification_form` to the response with the `200` status
  - added the optional property `providers/form/submit_icon` to the response with the `200` status
  - …2 more
- …earlier changes not shown

[Full history](https://skmtc.dev/isard-vdi/apis/isardvdi-api/changes/api/v3/login_config/get.md)

---

[API](https://skmtc.dev/isard-vdi/apis/isardvdi-api.md) · [All operations](https://skmtc.dev/isard-vdi/apis/isardvdi-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/isard-vdi/isardvdi-api/revisions/95068d823baa/schema)
