> ## Documentation Index
> Fetch the complete documentation index at: https://docs.cyberdesk.io/llms.txt
> Use this file to discover all available pages before exploring further.

# Oidc Confirm



## OpenAPI

````yaml /openapi.json post /api/oidc/confirm
openapi: 3.1.0
info:
  title: Cyberdesk Cloud
  description: >-
    The Cyberdesk API provides programmatic access to all platform features,
    enabling you to automate desktop tasks at scale.
  version: 1.0.0
servers:
  - url: https://api.cyberdesk.io
    description: Production server
  - url: https://cyberdesk-api-dev.fly.dev
    description: Development server
security: []
paths:
  /api/oidc/confirm:
    post:
      tags:
        - cyberdriver-auth
      summary: Oidc Confirm
      operationId: oidc_confirm_api_oidc_confirm_post
      responses:
        '200':
          description: Successful Response
          content:
            text/html:
              schema:
                type: string

````