---
title: "OAuth2 authorization request (GET - show authorization page)."
method: GET
path: "/oauth2/authorize"
tags: ["Enterprise"]
---

# OAuth2 authorization request (GET - show authorization page).

`GET /oauth2/authorize`

## Query parameters

- `client_id` string, required
- `state` string, required
- `response_type` 'code' | 'token', required
- `redirect_uri` string
- `scope` string

## Response `200`

Returns HTML authorization page

---

[API](https://skmtc.net/coder/apis/coder-api.md) · [All operations](https://skmtc.net/coder/apis/coder-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/coder/coder-api/revisions/50a77af44008/schema)
