I'm learning spring social and kind of new to this framework. Can you please provide your expert advise for my problem below.
After the user authentication in my project, I would like the authenicated members to connect to their social profile account from the landing page. But it looks like the ConnectController class always forwards the request to connected<ProviderId> view. Is there a way to override this functionality to return the original page where the member was initially landed.
Thanks, I appreciate your help.
After the user authentication in my project, I would like the authenicated members to connect to their social profile account from the landing page. But it looks like the ConnectController class always forwards the request to connected<ProviderId> view. Is there a way to override this functionality to return the original page where the member was initially landed.
Thanks, I appreciate your help.