Hey,

I have a problem with connecting accounts.

Usually having a controller method mapped to /signup and then calling ProviderSignInUtils.handlePostSignUp() in the end works but I have a very complex signup process with a few redirections.
In the end I want the same and that is to save the userconnection as easily as above, so the question is, is there a way to achieve that?
My last controller in the chain is not a very new one, it's instantiated in an xml and implementing the Controller interface.

Thank you for your help!

b