diff --git a/pkg/handler/handler_frontchannellogout.go b/pkg/handler/handler_frontchannellogout.go index 0a55bab..ad6e024 100644 --- a/pkg/handler/handler_frontchannellogout.go +++ b/pkg/handler/handler_frontchannellogout.go @@ -21,7 +21,7 @@ func (h *Handler) FrontChannelLogout(w http.ResponseWriter, r *http.Request) { if logoutFrontchannel.MissingSidParameter() { log.Info("front-channel logout: sid parameter not set in request; ignoring") h.DeleteSessionFallback(w, r) - w.WriteHeader(http.StatusOK) + w.WriteHeader(http.StatusAccepted) return }