Hi
When user is signing in from main page, then after successful authentication, he is redirected to that main page, but when he is signing in from different page (lets say from /playerconnection), then after oauth dance I'd like to redirect him to that particular page.
My first thought was to pass some special value in state parameter and interpret it in SignInAdapter, but this parameter is not being sent.
Later on I wanted to dynamically generate callbackUrl, but I'm not sure, whether this will not force me to define several callbacks for each provider.
Any ideas how I should accomplish that ?


Reply With Quote