Package se.swedenconnect.spring.saml.idp.config.configurers
package se.swedenconnect.spring.saml.idp.config.configurers
Configurers for the SAML Identity Provider.
-
ClassDescriptionA configurer for configuring the
Saml2AuthnRequestAuthenticationProvider
.A configurer for the processing of SAML2AuthnRequest
messages.AnAbstractHttpConfigurer
for SAML2 Identity Provider support.Since Spring have deprecated the use ofWebSecurityConfigurerAdapter
and thinks that the setup of aSecurityFilterChain
should be component based, we have lost the easy way of modifying a Spring Security configuration without having to dig really deep into how a particular feature is configured.Configurer for the metadata publishing endpoint.A configurer for handling user authentication and issuance of SAMLAssertion
s.