mirror of
https://github.com/spring-projects/spring-boot.git
synced 2026-09-26 20:09:02 +00:00
* Add an OpenID Connect login client example * Update redirect-uri examples to match Security docs and not require any customization * Update client-authentication-method for Spring Security 6 usage * Update provider configuration example to align with Spring Authorization Server * Format Java DSL according to Spring Security docs * Use Kotlin DSL * Update redirection endpoint base uri example to use ant pattern See gh-35679