UserInfoEndpointDsl

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

Author

Eleftheria Stein

Since

5.3

Constructors

Link copied to clipboard
constructor()

Properties

Link copied to clipboard
var oidcUserService: OAuth2UserService<OidcUserRequest, OidcUser>?

the OpenID Connect 1.0 service used for obtaining the user attributes of the End-User from the UserInfo Endpoint.

Link copied to clipboard
var userAuthoritiesMapper: GrantedAuthoritiesMapper?

the GrantedAuthoritiesMapper used for mapping OAuth2User.getAuthorities

Link copied to clipboard
var userService: OAuth2UserService<OAuth2UserRequest, OAuth2User>?

the OAuth 2.0 service used for obtaining the user attributes of the End-User from the UserInfo Endpoint.