Skip to main content
GET
OIDC | Login Callback

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

Redirect with Success or Error