---
title: "POST /auth"
method: POST
path: "/auth"
---

# POST /auth

`POST /auth`

Check auth configuration

## Request body

- AuthConfig
  - `username` string
  - `password` string
  - `serveraddress` string

## Response `200`

The request has succeeded.

- AuthResponse — An identity token was generated successfully.
  - `Status` string, required — The status of the authentication
  - `IdentityToken` string — An opaque token used to authenticate a user after a successful login

---

[API](https://skmtc.net/hexlet/apis/docker-engine-api.md) · [All operations](https://skmtc.net/hexlet/apis/docker-engine-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/hexlet/docker-engine-api/versions/7dbd508c79cf/schema)
