hello everyone,
Currently, i’m stumbling a problem that deployment of Keycloak is using different domain with application. We implemented the silent renew process in OIDC using library oidc-client-ts which is standard implementation.
However, I also aware that the cookie which comes from Keycloak is considered 3rd party cookie and browser doesn’t allow to read this cookie via iFrame (the silent renew process using iFrame to trigger checking and renew token in the background).
Does anyone have experience on this topic ? We have many cases that applications (from difference domain) are authenticated with the same Keycloak (IDP) (which deployed in different domain).
Problem related to this Linux Firefox + Keycloak 22.0.1 issue(continuation of issue 21307) · Issue #22839 · keycloak/keycloak · GitHub
Thanks a lot,
Tuan Do