Open
Description
Most browsers are aggressively blocking cookies when page belonging to different TLD is loaded in an iframe. This also impacts OIDC based integrations where application page is embedded in other portals inside iframe. The current implementation of nginx relies on opaque token sent as cookie.
Are there any plans to provide an alternate option. Some of possible things could be:
- Fallback to local/session storage if cookie support is not detected.
- Provide a parameter for opening the IDP page in a popup so that the cookies created by IDP are treated as First Party.