Package org.springframework.security.oauth2.server.authorization.oidc.web.authentication
package org.springframework.security.oauth2.server.authorization.oidc.web.authentication
-
ClassDescriptionAttempts to extract an OpenID Connect 1.0 Dynamic Client Registration (or Client Read) Request from
HttpServletRequest
and then converts to anOidcClientRegistrationAuthenticationToken
used for authenticating the request.Attempts to extract an OpenID Connect 1.0 RP-Initiated Logout Request fromHttpServletRequest
and then converts to anOidcLogoutAuthenticationToken
used for authenticating the request.An implementation of anAuthenticationSuccessHandler
used for handling anOidcLogoutAuthenticationToken
and performing the OpenID Connect 1.0 RP-Initiated Logout.