Closed
Description
Summary
OAuth2LoginAuthenticationFilter
is not setting a WebAuthenticationDetails
on the OAuth2AuthenticationToken
object that is returned. It does set a WebAuthenticationDetails on the authenticationRequest but this instance is lost later on.
I'm doing some post-processing in a AuthenticationSuccessHandler
using a custom WebAuthenticationDetails which is currently only working for form login, not for OAuth2 login.
Actual Behavior
AuthenticationDetails is always null when using OAuth2 login
Expected Behavior
An instance of WebAuthenticationDetails
is set.