All Implemented Interfaces:
SecurityConfigurer<DefaultSecurityFilterChain,B>

An AbstractHttpConfigurer for SAML 2.0 Login, which leverages the SAML 2.0 Web Browser Single Sign On (WebSSO) Flow.

SAML 2.0 Login provides an application with the capability to have users log in by using their existing account at an SAML 2.0 Identity Provider.

Defaults are provided for all configuration options with the only required configuration being relyingPartyRegistrationRepository(RelyingPartyRegistrationRepository) . Alternatively, a RelyingPartyRegistrationRepository @Bean may be registered instead.

Security Filters

The following Filter's are populated:

Shared Objects Created

The following shared objects are populated:

Shared Objects Used

The following shared objects are used:
Since:
5.2
See Also: