1
0
mirror of synced 2026-05-22 21:33:16 +00:00

Merge branch '6.4.x' into 6.5.x

Closes gh-18131
This commit is contained in:
Rob Winch
2025-11-04 11:28:40 -06:00
4 changed files with 65 additions and 7 deletions
@@ -65,7 +65,6 @@ SecurityFilterChain filterChain(HttpSecurity http) {
// ...
.formLogin(withDefaults())
.webAuthn((webAuthn) -> webAuthn
.rpName("Spring Security Relying Party")
.rpId("example.com")
.allowedOrigins("https://example.com")
// optional properties
@@ -96,7 +95,6 @@ open fun filterChain(http: HttpSecurity): SecurityFilterChain {
// ...
http {
webAuthn {
rpName = "Spring Security Relying Party"
rpId = "example.com"
allowedOrigins = setOf("https://example.com")
// optional properties