Class BackChannelLogoutSpecV1


Endpoint spec for OIDC Back-Channel Logout. This endpoint receives logout notifications from the Identity Provider (IdP) when a user logs out from the IdP or another application in the SSO ecosystem. Per OIDC Back-Channel Logout spec (https://openid.net/specs/openid-connect-backchannel-1_0.html): - POST request with Content-Type: application/x-www-form-urlencoded - Contains 'logout_token' parameter (a JWT) - No authentication required (the JWT itself authenticates the request) - Returns HTTP 200 on success