GET
/
callback
OIDC | Login Callback
curl --request GET \
  --url https://use.hoop.dev/api/callback
This response does not have an example.

Headers

Location
string<string>

The location header to redirect in case of failure or success. In case of error it will contain the error=<message> query string

Query Parameters

error
string<string>

The error description in case of failure to authenticate

state
string<string>

The state value (Oauth2)

code
string<string>

The authorization code (Oauth2)

Response

307

Redirect with Success or Error