SocialAuthManager object ('manager') becomes NULL after redirection in case of SocialAuth libraries with JSF application?
问题 I am using SocialAuth libraries in my JSF application for providing 'login with google/facebook'. As shown below it requires me to stores the SocialAuthManager object ('manager') in the session and then redirect to 'google/facebook' URL //Create an instance of SocialAuthManager and set config SocialAuthManager manager = new SocialAuthManager(); manager.setSocialAuthConfig(config); // URL of YOUR application which will be called after authentication String successUrl= "http://opensource