Enterprise

OAuth2 authorization request (GET - show authorization page).

get/oauth2/authorize

Query parameters

client_idstring required

Client ID

statestring required

A random unguessable string

response_type'code' | 'token' required

Response type

redirect_uristring

Redirect here after authorization

scopestring

Space-separated scopes to request. Each must be supported by this deployment, and the app's allowlist, when it has one, must cover the permissions requested rather than name each scope. Defaults to that allowlist, or to coder:all for an app with no allowlist

Response

Returns HTML authorization page

Changes