Is there any listener for the OAuth2 resource server's successful authentication?
I need, to create/replicate the user details in the spring boot resource server on successful authentication, or during token validation.
Any suggestions, on how to implement it in spring boot?