ServerOAuth2ClientDsl
class ServerOAuth2ClientDsl
A Kotlin DSL to configure the ServerHttpSecurity OAuth 2.0 client using idiomatic Kotlin code.
Author
Eleftheria Stein
Since
5.4
Properties
Link copied to clipboard
the ServerAuthenticationConverter used for converting from a ServerWebExchange to an Authentication.
Link copied to clipboard
the ReactiveAuthenticationManager used to determine if the provided Authentication can be authenticated.
Link copied to clipboard
the redirect strategy for Authorization Endpoint redirect URI.
Link copied to clipboard
var authorizationRequestRepository: ServerAuthorizationRequestRepository<OAuth2AuthorizationRequest>?
the repository to use for storing OAuth2AuthorizationRequests.
Link copied to clipboard
the repository for authorized client(s).
Link copied to clipboard
the repository of client registrations.