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
- 302
- 400
- 403
Redirect to registered login URL with request_token.
Plain-text OAuth-style error (no JSON envelope).
Plan gate (JSON ApiError)