• Andy Wilkinson's avatar
    Make SAML 2 login configuration back off with user provider config adapter · 6e84ae64
    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
Name
Last commit
Last update
.bomr Loading commit data...
.github Loading commit data...
.mvn Loading commit data...
ci Loading commit data...
eclipse Loading commit data...
git/hooks Loading commit data...
idea Loading commit data...
spring-boot-project Loading commit data...
spring-boot-tests Loading commit data...
src/checkstyle Loading commit data...
.editorconfig Loading commit data...
.gitignore Loading commit data...
.settings-template.xml Loading commit data...
CODE_OF_CONDUCT.adoc Loading commit data...
CONTRIBUTING.adoc Loading commit data...
LICENSE.txt Loading commit data...
README.adoc Loading commit data...
SUPPORT.adoc Loading commit data...
mvnw Loading commit data...
mvnw.cmd Loading commit data...
pom.xml Loading commit data...