-
Andy Wilkinson authored
Previously, a WebSecurityConfigurerAdapter would be configured irrespective of whether or not the user had provided their own WebSecurityConfigurerAdapter. This then required them to use ordering to diambiguate the configuration and made it harder to take complete control of security configuration. This commit updates the configuration of the SAML 2 login configurer adapter to be conditional on missing bean, aligning it with other security configuration such as the equivalent OAuth 2 configurer adapter. Closes gh-18530
6e84ae64