plain-window-47348
09/29/2022, 8:48 AMexperimentalSessionAndOrigin setup and facing difficulties particularly with C/XSRF tokens. In a very similar setup to the introduction video, , we have an 0auth flow whereby another superdomain takes care of authentication. Using cy.origin() I can interact with the 2nd/auth domain without cypress complaining but then face an issue logging in because the browser the tests are running in remains at the 1st domain (the application). As a result any cookies (in this case the CSRF token) the auth pages try to set are ignored due to SameSite functionality. Anybody had a similar issue?