Receive OIDC back-channel logout token.
POST
/logout/backchannel
Code sample: Shell / cURL
curl --request POST \ --url https://auth.example.com/logout/backchannel \ --header 'Content-Type: application/json' \ --data '{ "additionalProperty": "example" }'Request Body
Section titled “Request Body ”object
key
additional properties
Example generated
{ "additionalProperty": "example"}object
key
additional properties
Example generated
additionalProperty=exampleResponses
Section titled “ Responses ”Successful response. The representation can be JSON, HTML, or a redirect.