Uses of Package
se.swedenconnect.spring.saml.idp.authentication.provider.external
Package
Description
Support for "external user authentication", i.e., when we redirect the user outside of the Spring Security flow to
get authenticated.
Configurers for the SAML Identity Provider.
Filters for the SAML Identity Provider.
-
ClassDescriptionA repository used by subclasses of
AbstractUserRedirectAuthenticationProvider
that needs to pick up the tranferredRedirectForAuthenticationToken
to serve as input for the user authentication.Strategy for persisting aRedirectForAuthenticationToken
andResumedAuthenticationToken
between requests.ARedirectForAuthenticationToken
is used in the cases where a SAMLAuthenticationProvider
wants to inform the filterSaml2UserAuthenticationProcessingFilter
that the user agent should be re-directed to a given path to perform the user authentication.A special purposeAuthentication
token that is used when the user returns to the authentication flow after "external" authentication.If the user authentication is performed outside the SAML IdP Spring Security flow anUserRedirectAuthenticationProvider
should be provided. -
ClassDescriptionStrategy for persisting a
RedirectForAuthenticationToken
andResumedAuthenticationToken
between requests. -
ClassDescriptionStrategy for persisting a
RedirectForAuthenticationToken
andResumedAuthenticationToken
between requests.