Instructions for
On this page
Configure Single Logout
Identity Engine
Early Access .
.
Configure
, Okta includes the number of OIDC and SAML app and IdP logouts that occurred with SLO. Those numbers are found in the System Log event
Early Access
This guide discusses how to configure the Single Logout (SLO) feature for your
Learning outcome
Understand the purpose of Single Logout (SLO) and set it up for your
What you need
- Okta Integrator Free Plan org (opens new window)
- Existing
Overview
diagram
Configure
Events
After Okta initiates the outbound logout request to
user.session.end
under DebugData
: TotalOidcLogoutRequests
: Lists the total number of logout requests for OIDC apps and IdPsTotalSamlLogoutRequests
: Lists the total number of logout requests for SAML apps and IdPs
See also
- Okta developer blog that explains an inbound Single Logout request using Spring Boot for an OIDC app (opens new window)
- Spring Boot offers a Spring Security SAML Extension (opens new window) that's configured for global logout.