alc-aaron - Hi all, I was hoping someone could ...
Hi all, I was hoping someone could explain the following EmbedConfig option?
/** * Prevent users from accessing the full application or ThoughtSpot application pages * access to the embedded application users * outside of the iframe. * @default true * @version SDK: 1.22.0 | ThoughtSpot: 9.3.0.cl, 9.5.1.sw */ blockNonEmbedFullAppAccess?: boolean;
/** * Prevent users from accessing the full application or ThoughtSpot application pages * access to the embedded application users * outside of the iframe. * @default true * @version SDK: 1.22.0 | ThoughtSpot: 9.3.0.cl, 9.5.1.sw */ blockNonEmbedFullAppAccess?: boolean;
Could someone give an example of how the full app could be accessed with this option turned false versus true?
Solution
It is possible that if someone clicks on a link in the iframe which opens a TS url, they can see the non embed ThoughtSpot UI. With this option as true, they will be blocked from seeing the non embed TS UI. cc @Ruchi Anand