Skip to content

Single Logout

Single Logout.

The federation protocol mechanism that propagates a logout request from one application to the IdP and on to every other application sharing the SSO session — terminating all sessions in one user action.

SLO is the SSO feature most likely to be silently broken. Users click logout, the app destroys its local session, but other apps in the federation still hold valid sessions because the SLO callback failed silently or the RP never implemented it. Compliance-driven deployments need SLO to work reliably; in practice, the right belt-and-suspenders is short session lifetimes plus reliable local logout, with SLO as best-effort.

Common questions

What's the difference between SLO and local logout?

Why is SLO often broken in B2B SaaS?

Does OIDC support single logout?

Related terms

In the guides

Last updated 2026-05-15.