ServerOneTimeTokenLoginDsl
A Kotlin DSL to configure ServerHttpSecurity form login using idiomatic Kotlin code.
Author
Max Batischev
Since
6.4
Properties
Use this ServerAuthenticationConverter when converting incoming requests to an authentication
the ServerAuthenticationFailureHandler to use when authentication
configures the ReactiveAuthenticationManager used to generate and consume
the ServerAuthenticationSuccessHandler to be used
sets the URL that the default submit page will be generated
the ServerGenerateOneTimeTokenRequestResolver to be used
the URL to process the login request
the ServerSecurityContextRepository used to save the Authentication. For the SecurityContext to be loaded on subsequent requests the ReactorContextWebFilter must be configured to be able to load the value (they are not implicitly linked).
configures whether the default one-time token submit page should be shown
the URL that a One-Time Token generate request will be processed
the strategy to be used to handle generated one-time tokens
configures the ReactiveOneTimeTokenService used to generate and consume