Explore embeddable components
alexsielicki opened this issue · 1 comments
alexsielicki commented
Explore embeddable components
alexsielicki commented
@Mletter1 to make authentication work in iframes we will need to set the following cookie attributes:
SameSite=None
Secure
See https://developer.mozilla.org/en-US/docs/Web/HTTP/Headers/Set-Cookie#samesitesamesite-value and https://developer.mozilla.org/en-US/docs/Web/HTTP/Headers/Set-Cookie#secure for details.