Hello
I'm using iFrames to integrate Kibana pages into my website. This worked well with Chrome and Firefox.
But since Chrome changed the default cookie setting of sameSite to Lax (see https://www.chromestatus.com/feature/5088147346030592), authentication to Kibana dashboard via iFrame doesn't work anymore. The reason is that the cookie set by Kibana after authentication does not have the sameSite=None setting.
I'm using Elastic/Kibana as cloud service, hence i cannot influence the cookie settings. Is there a solution from Elastic for this?