Using LinkedIn OAuth2 I'm trying to have users redirected to ?next=/my/redirect/path?code=abcd
Is this possible? I don't see anything about a redirect pipeline to get fields stored in sessions and add them to the redirect. I've tried urlencode on my next but that doesn't work.
Using LinkedIn OAuth2 I'm trying to have users redirected to ?next=/my/redirect/path?code=abcd
Is this possible? I don't see anything about a redirect pipeline to get fields stored in sessions and add them to the redirect. I've tried urlencode on my next but that doesn't work.