AuthorizationEndpointDsl

A Kotlin DSL to configure the Authorization Server's Authorization Endpoint using idiomatic Kotlin code.

Author

Eleftheria Stein

Since

5.3

Constructors

Link copied to clipboard
constructor()

Properties

Link copied to clipboard
var authorizationRedirectStrategy: RedirectStrategy?

the redirect strategy for Authorization Endpoint redirect URI.

Link copied to clipboard
var authorizationRequestRepository: AuthorizationRequestRepository<OAuth2AuthorizationRequest>?

the repository used for storing OAuth2AuthorizationRequest's.

Link copied to clipboard
var authorizationRequestResolver: OAuth2AuthorizationRequestResolver?

the resolver used for resolving OAuth2AuthorizationRequest's.

Link copied to clipboard

the base URI used for authorization requests.