Skip to content

Handle OIDC backchannel logout

POST
/api/v1/auth/oidc/backchannel-logout
curl --request POST \
--url http://127.0.0.1:58259/api/v1/auth/oidc/backchannel-logout \
--header 'Content-Type: application/x-www-form-urlencoded' \
--data logout_token=example

Process OIDC backchannel logout token and invalidate matching session state.

Media type application/x-www-form-urlencoded
object
logout_token
required
string
Example generated
logout_token=example

OK