Skip to main content

OIDC authorize

GET 

/api/oidc/:projectId/authorize

Authorization endpoint. Valid response_type is code only. On success returns 302 to the OIDC application’s loginUrl with request_token, scope, and app_name query params.

Request

Responses

Redirect to registered login URL with request_token.