---
title: "Token review"
method: POST
path: "/oauth/authenticate"
tags: ["Authentication"]
deprecated: true
---

# Token review

`POST /oauth/authenticate`

> **Deprecated.**

Token Review attempts to authenticate a token to a known user. Note: TokenReview requests may be cached by the webhook token authenticator plugin in the kube-apiserver.

## Request body

- OauthTokenReview
  - `apiVersion` string, required — Kubernetes API version
  - `kind` string, required — kind of the API object
  - `spec` OauthSpec
    - `token` string, required — access token
  - `status` OauthStatus
    - `authenticated` boolean, required — is authenticated
    - `user` object — user info

## Response `200`

ok

- OauthTokenReview
  - `apiVersion` string, required — Kubernetes API version
  - `kind` string, required — kind of the API object
  - `spec` OauthSpec
    - `token` string, required — access token
  - `status` OauthStatus
    - `authenticated` boolean, required — is authenticated
    - `user` object — user info

## Changes

- **2026-07-17** `0451c8cec9b1` — 2 info
  - api operation id `tokenReview` removed and replaced with `token-review`
  - endpoint deprecated
- **2022-02-14** `ffb3c81d8ce3` — 1 info
  - api operation id `TokenReview` removed and replaced with `tokenReview`
- **2020-10-22** `358f19985531` — 1 info
  - endpoint added
- **2019-08-27** `6d6e730a2d14` — 1 info
  - api path removed with deprecation

[Change history](https://skmtc.dev/kubesphere/apis/ks-api/changes/oauth/authenticate/post.md)

---

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