Embedding Dashboard iframe issues CN

  • 12 October 2022
  • 0 replies
  • 88 views

Userlevel 3

Sometimes you may encounter issues when embedding from an iframe. It will work when accessing the domain/workspace directly but the embedded authentication will result in a 401 error. In this case you may want to consult the following documentation: 

 

https://help.gooddata.com/doc/enterprise/en/additional-resources/troubleshooting/embedding-issues

 

If you are accessing any resource (even in an iframe) from any SSL secured site, you need that resource to be SSL secured as well.

 

For Chrome browsers Version 79, you can enforce the SameSite check. To do so, go to chrome://flags/ and enable the SameSite by default cookies.

 

If you are working with GoodData.CN Set env variable of your GoodData.CN container like this:


SPRING_SECURITY_OAUTH2_CLIENT_COOKIES_SAMESITE=None


Restart the container, and it should be working


0 replies

Be the first to reply!

Reply