Logout Using POST

Logout Using POST

Performs a logout by invalidating the supplied token (if supplied) and returning an URL to navigate to. The token to invalidate is first looked up in the request body.

Request
URI
POST
https://{api_host}//cava-s-182-041.eng.vmware.com/csp/gateway/am/api/auth/logout
COPY
Request Body

The token to be invalidated.

IdTokenRequest of type(s) application/json
Optional
{
    "idToken": "string"
}
string
idToken
Optional

The ID token.

Responses
200

OK

Returns UrlResponse of type(s) */*
{
    "url": "string"
}
string
url
Optional

The URL to redirect to.