java.lang.Object
org.springframework.security.oauth2.server.authorization.oidc.web.authentication.OidcLogoutAuthenticationConverter
All Implemented Interfaces:
AuthenticationConverter

public final class OidcLogoutAuthenticationConverter extends Object implements AuthenticationConverter
Attempts to extract an OpenID Connect 1.0 RP-Initiated Logout Request from HttpServletRequest and then converts to an OidcLogoutAuthenticationToken used for authenticating the request.
Since:
7.0
See Also:
  • Constructor Details

    • OidcLogoutAuthenticationConverter

      public OidcLogoutAuthenticationConverter()
  • Method Details