@ayush_singh0610 After a successful login, you will be re-directed to Redirect URL that you have mentioned in connect developer dashboard. As you have mentioned https://kite.zerodha.com/, and you are already login in a same browser session, so it's re-directing to kite dashboard. And request token will be appended at the end of the re-direct URL. Eg;YOUR_RE-DIRECT_URL?request_token=XXXXXXXXXXX&action=login&status=success You can also look to this documentation.
After a successful login, you will be re-directed to
Redirect URL
that you have mentioned in connect developer dashboard.As you have mentioned
https://kite.zerodha.com/
, and you are already login in a same browser session, so it's re-directing to kite dashboard.And request token will be appended at the end of the re-direct URL.
Eg;
YOUR_RE-DIRECT_URL?request_token=XXXXXXXXXXX&action=login&status=success
You can also look to this documentation.