You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
By default OidcReactiveOAuth2UserServiceusesOidcUserRequestUtils::shouldRetrieveUserInfo but OidcUserServiceusesthis::retrieveUserInfo. The logic between these two methods are not consistent and we need to update the logic in retrieveUserInfo for OidcUserService & OidcReactiveOAuth2UserService to be consistent.
We need to:
Ensure that the logic in OidcUserRequestUtils::shouldRetrieveUserInfo is correct (since it isn't consistent with OidcUserService::retrieveUserInfo
Update the default for OidcUserService to use OidcUserService::retreiveUserInfo.