Skip to main content
GET
OAuth2 provider redirect callback

Query Parameters

code
string

Authorization code from the provider.

state
string

Signed state token from the /start call.

error
string

Set by the provider when the user denies access.

Response

302

Redirect to the web app; see description for the query params it carries.