Hey, I have created an app where I have provided the redirect URL as http://localhost:8000/login.
After clicking on the login URL and logging in successfully, I am not being redirected to localhost:8000 as I expected, instead I am redirected to this URL: https://passcode.paytmmoney.com/stocks/http://localhost:8000/login?success=true&requestToken=MY_REQUEST_TOKEN.
Is there anything I am doing wrong or is this the expected behaviour?
If this is expected, how do I get the request token in my app?
Still not able to make redirection work, but I have worked around that asking the user to copy and paste the generated URL after login and I extract the request token from there.