Skip to main content

Used to handle the authorization callback from the identity provider

GET 

/oauth/callback

Used to handle the authorization callback from the identity provider

Request

Query Parameters

    code stringrequired

    The authorization code returned from the identity provider

    state stringrequired

    The state parameter which was passed on authorization request

Responses

OK

Loading...