---
title: "Oidc Auth"
method: POST
path: "/api/oidc/auth"
tags: ["cyberdriver-auth"]
---

# Oidc Auth

`POST /api/oidc/auth`

## Request body

- OidcAuthRequest
  - `op` string, required
  - `id` string, required
  - `uuid` string, required
  - `clientSecret` string
  - `deviceInfo` object

## Response `200`

Successful Response

- OidcAuthResponse
  - `code` string, required
  - `url` string, required
  - `userCode` string, required

## Other responses

- `422` — Validation Error

---

[API](https://skmtc.net/cyberdesk-hq/apis/cyberdesk-cloud.md) · [All operations](https://skmtc.net/cyberdesk-hq/apis/cyberdesk-cloud/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/cyberdesk-hq/cyberdesk-cloud/versions/830d2f48963d/schema)
