I have a website which requires authentication from another site to login. Both are different domains.
I have enabled the samesite by default cookies flag from chrome://flags. Just to check how chrome's new update effects in my website.
It is working perfectly in my deployed site. But when i try to run the same in my localhost, I am not able to login. I lost my third-party cookies.
It would be great, if someone explains the reason.