Uses of Interface
se.swedenconnect.spring.saml.idp.authentication.provider.UserAuthenticationProvider
Package
Description
Authentication provider support.
Support for "external user authentication", i.e., when we redirect the user outside of the Spring Security flow to
get authenticated.
Configuration
for SAML Identity Provider support.-
Uses of UserAuthenticationProvider in se.swedenconnect.spring.saml.idp.authentication.provider
-
Uses of UserAuthenticationProvider in se.swedenconnect.spring.saml.idp.authentication.provider.external
Modifier and TypeInterfaceDescriptioninterface
If the user authentication is performed outside the SAML IdP Spring Security flow anUserRedirectAuthenticationProvider
should be provided.Modifier and TypeClassDescriptionclass
Abstract base class implementing theUserRedirectAuthenticationProvider
interface. -
Uses of UserAuthenticationProvider in se.swedenconnect.spring.saml.idp.config
Modifier and TypeMethodDescriptionstatic void
Saml2IdpConfiguration.applyDefaultSecurity
(org.springframework.security.config.annotation.web.builders.HttpSecurity http, List<UserAuthenticationProvider> authenticationProviders) Applies the default security settings for the SAML Identity Provider.