Is it possible to override UserDetails or ReactiveOktaOAuth2UserService with the okta starter?

Hi all,

I am using the okta starter in our project. I’d like to add some values to the user details object. How would I go about doing this? I tried to override ReactiveOktaOAuth2UserService, but there are some package scoping issues with this… any suggestions?

The goal is to enhance the existing user object to include some extra fields.