The image below is network call flow of a user who is trying to authenticate Kite through our application. as one can see in the image, even after adding login credentials and successful TFA, it brings back again to login screen! this keeps going on for forever, its happening only for some users. Also Cookies and all things are working fine, also user is not in incognito mode!
also if we can see for successful authentication session at KITE, the request flow ends in "finish" request of kite platform in , the above user is missing that conclusion at finish
ok @sujith I can see the kf_session cookie for each request is of looping flow is different , where as for working flow its same! If anything one can do at client side to overcome this issue?
It is because of the recent cookie management policy change on chrome and safari. You can use offsite order execution. This is the possible way because you will open a new tab.
also if we can see for successful authentication session at KITE, the request flow ends in "finish" request of kite platform in , the above user is missing that conclusion at finish
You can use offsite order execution.
This is the possible way because you will open a new tab.
also any workaround for the cookie things possible?
We don't have any work around for the cross domain cookie management in an iframe.