1
0
mirror of synced 2026-08-04 17:27:13 +00:00

Merge branch '6.5.x'

Closes gh-18132
This commit is contained in:
Rob Winch
2025-11-04 11:32:48 -06:00
4 changed files with 63 additions and 8 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