Hi
We have embedded Grafana into our application, and use Okta Authentication to have a seamless experience.
Chrome browser is showing warnings that it will block 3rd party cookies:
Cookies with the SameSite=None; Secure and not Partitioned attributes that operate in cross-site contexts are third-party cookies. In future Chrome versions, reading third-party cookies will be blocked. This behaviour protects user data from cross-site tracking.
This is impacting the following cookies:
- grafana_session
- grafana_session_expiry
If I enable the full blocking in chrome to test, the embedded site is completely broken.
Is there any specific way of resolving this, e.g. cookieless or any other advise?
Currently this will make embedding Grafana impossible for me.
I am running Grafana 10.1.5 on Windows.
Thank you