---
title: "GET /api/oidc/callback"
method: GET
path: "/api/oidc/callback"
tags: ["login"]
---

# GET /api/oidc/callback

`GET /api/oidc/callback`

OIDC Auth callback

This entrypoint is the OAuth2 callback. It exchanges the code for an access token and stores it in the state

## Query parameters

- `code` string, required
- `state` string, required

## Response `200`

---

[API](https://skmtc.dev/nesaku/apis/sctgdesk-api-server.md) · [All operations](https://skmtc.dev/nesaku/apis/sctgdesk-api-server/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/nesaku/sctgdesk-api-server/revisions/fafd43b82c78/schema)
