Skip to main content

Complete OIDC authorization (grant bridge)

POST 

/api/auth/oidc/grant

After your login UI receives request_token from /api/oidc/{projectId}/authorize, authenticate the user, then call this endpoint to get the final redirectUrl for the browser. Requires Pro (feature_not_available on lower tiers).

Request

Responses

OK — includes data.redirectUrl for consent approval or denial flow.