ServerJwtDsl
class ServerJwtDsl
A Kotlin DSL to configure ServerHttpSecurity JWT Resource Server support using idiomatic Kotlin code.
Author
Eleftheria Stein
Since
5.4
Properties
Link copied to clipboard
the ReactiveAuthenticationManager used to determine if the provided Authentication can be authenticated.
Link copied to clipboard
configures a ReactiveJwtDecoder using a JSON Web Key (JWK) URL
Link copied to clipboard
the Converter to use for converting a Jwt into an AbstractAuthenticationToken.
Link copied to clipboard
the ReactiveJwtDecoder to use.
Link copied to clipboard
configures a ReactiveJwtDecoder that leverages the provided RSAPublicKey