Skip to main content
Opik Documentation

Search documentation

Type to search this documentation.

OAuth Authorization Endpoint

GET/oauth/authorizeOAuth Authorization Endpoint

OAuth 2.1 authorization endpoint (RFC 6749 §3.1). Validates the client and PKCE parameters, then redirects to the login or consent page

Parameters

client_idstringqueryrequired

minLength 1

redirect_uristringqueryrequired

minLength 1

response_typestringquery
code_challengestringquery
code_challenge_methodstringquery
resourcestringquery
statestringquery

Responses

302Redirect to login, consent, or client redirect_uri with an error
Documentation menu