Logout

Logout

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://sc2-10-185-6-200.eng.vmware.com//csp/gateway/am/api/auth/logout
COPY
Request Body
IdTokenRequest of type(s) application/json
Optional
{
    "idToken": "string"
}
string
idToken
Optional

The ID token.

Responses
200

default response

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

The URL to redirect to.