This content has been marked as final.
Show 4 replies
-
1. Re: Embedding a trusted authentication Tableau
Derrick Austin Dec 23, 2015 6:17 AM (in response to Marcin Lapaj)Hey Marcin,
Try a console.log on line 19 to debug the url. (Just to ensure that it is getting set to what we assume it is)
- Derrick
-
2. Re: Embedding a trusted authentication Tableau
Marcin Lapaj Dec 23, 2015 7:09 AM (in response to Derrick Austin)Hi Derrick,
Thanks for the hint.
The url value is correct. I have checked it again with debug as you recommended.
- Marcin
-
3. Re: Embedding a trusted authentication Tableau
Jeff D Dec 23, 2015 5:22 PM (in response to Marcin Lapaj)Hi Marcin, are there any errors in the browser console?
If not, the next step is to use the browser tools (F12) to look at the working case (when you enter the URL directly in the browser) and the failing case (when you run the javascript) in order to see what's different.
-
4. Re: Embedding a trusted authentication Tableau
Marcin Lapaj Dec 29, 2015 8:20 AM (in response to Jeff D)Thanks Jeff,
That was the correct a hint. Browser security policy enforced in my company was blocking 3rd party cookies in Chrome.