Skip to Content
API ReferenceGET /authorize

GET /authorize

Authorize

OIDC authorization endpoint.

Without profile_id: standard OIDC flow — redirect to Keycloak for login. With profile_id: Keycloak broker callback — issue auth code directly.

Parameters

NameInRequiredDescription
client_idqueryYes
redirect_uriqueryYes
response_typequeryYes
statequeryNo
scopequeryNo
noncequeryNo
profile_idqueryNo
emulation_grantqueryNo
login_hintqueryNo

Response

{}
Last updated on