Similar to the Java DSL, the Kotlin `ServerHttpSecurityDsl` should accept a `ReactiveAuthenticationManager`. ``` http { authenticationManager = customAuthenticationManager() } ```