Skip to content

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" }'
object
key
additional properties
Example generated
{
"additionalProperty": "example"
}

Successful response. The representation can be JSON, HTML, or a redirect.