You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Tests should be written to test access to 3rd party cookies and state partitioning. For more information see implementation in keycloak/keycloak#14680.
The text was updated successfully, but these errors were encountered:
In this case, login flow will run on frontend-127-0-0-1.nip.io but the admin console (simulating a client app) will be on localhost.
We should also add some tests for the cookies fallback for when the storage API is unavailable. This might be a bit tricky and might require an older browser.
But in general, IMHO we should be testing with the latest (even beta/dev) browsers to know as soon as possible they restricted something even more, to avoid more issues like keycloak/keycloak#14466 in the future.
Tests should be written to test access to 3rd party cookies and state partitioning. For more information see implementation in keycloak/keycloak#14680.
The text was updated successfully, but these errors were encountered: