---
title: "OIDC登录重定向回调"
method: GET
path: "/auth/oidc/callback"
tags: ["认证"]
---

# OIDC登录重定向回调

`GET /auth/oidc/callback`

接收OIDC provider回调并由后端完成code交换，随后重定向回前端登录页

## Query parameters

- `code` string
- `state` string
- `error` string

## Other responses

- `302` — Found

## Changes

- **2026-03-30** `08f8a25fbf1d` — 1 info
  - endpoint added
- **2025-12-16** `edf61e68559d` — 1 breaking
  - api path removed without deprecation

[Change history](https://skmtc.dev/tencentblueking/apis/weknora-api/changes/auth/oidc/callback/get.md)

---

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