---
title: "OIDC callback"
method: GET
path: "/auth/callback"
tags: ["Auth"]
---

# OIDC callback

`GET /auth/callback`

OIDC callback. Returns the requested resource or collection for the authenticated caller.

## Query parameters

- `code` string
- `state` string

## Response `default`

Error response

- ErrorResponse — Standard JSON error envelope returned by failed API operations.
  - `error` string, required — Error message when the operation failed.

## Other responses

- `302` — Redirect after callback

---

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