spring-boot/spring-boot-project/spring-boot-docs
Andy Wilkinson ecc670772a Make user details service auto-configs back off more readily
Previously auto-configuration of a user details service (imperative
or reactive) would only back off on the presence of certain beans.
This led to situations where the im-memory service was
auto-configured and the default password was logged even though
another authentication mechanism was in use.

This commit updates the auto-configuration so that it backs off
when depending on Spring Security's OAuth2 Client and OAuth2
Resource Server modules. In the imperative case it will also back
off when depending on the SAML 2 provider.

Closes gh-35338
2023-09-26 16:47:19 +01:00
..
src Make user details service auto-configs back off more readily 2023-09-26 16:47:19 +01:00
build.gradle Update Antora reference documentation links 2023-09-15 15:55:52 +02:00