Uses of Class
se.swedenconnect.spring.saml.idp.authentication.provider.external.ResumedAuthenticationToken
Package
Description
Support for "external user authentication", i.e., when we redirect the user outside of the Spring Security flow to
get authenticated.
-
Uses of ResumedAuthenticationToken in se.swedenconnect.spring.saml.idp.authentication.provider.external
Modifier and TypeMethodDescriptionFilterAuthenticationTokenRepository.getCompletedExternalAuthentication
(jakarta.servlet.http.HttpServletRequest request) Is invoked when theSaml2UserAuthenticationProcessingFilter
receives a request on its "resume paths" (seeSaml2UserAuthenticationProcessingFilter.setResumeAuthnRequestMatcher(org.springframework.security.web.util.matcher.RequestMatcher)
).SessionBasedExternalAuthenticationRepository.getCompletedExternalAuthentication
(jakarta.servlet.http.HttpServletRequest request) Is invoked when theSaml2UserAuthenticationProcessingFilter
receives a request on its "resume paths" (seeSaml2UserAuthenticationProcessingFilter.setResumeAuthnRequestMatcher(org.springframework.security.web.util.matcher.RequestMatcher)
).Modifier and TypeMethodDescriptionUserRedirectAuthenticationProvider.resumeAuthentication
(ResumedAuthenticationToken token) Is invoked when the user has been authenticated outside the SAML IdP Spring Security flow and the user agent has been re-directed back to theUserRedirectAuthenticationProvider.getResumeAuthnPath()
.