All Implemented Interfaces:
SecurityConfigurer<DefaultSecurityFilterChain,B>

public final class OidcLogoutConfigurer<B extends HttpSecurityBuilder<B>> extends AbstractHttpConfigurer<OidcLogoutConfigurer<B>,B>
An AbstractHttpConfigurer for OIDC Logout flows

OIDC Logout provides an application with the capability to have users log out by using their existing account at an OAuth 2.0 or OpenID Connect 1.0 Provider.

Security Filters

The following Filter is populated:
  • OidcBackChannelLogoutFilter

Shared Objects Used

The following shared objects are used:
Since:
6.2
See Also: