I need to programmatically embed selective Visuals for Dash Boards by dynamically passing filter conditions . How can I implement it for anonymous users and for registered users. The implementation will be a tool which will be orchestrated by the ReAct agent.
Hi @akumar1579 and welcome to the Quick Suite Community!
I would suggest that you check out the full documentation regarding embedding with Quick Suite API’s:
Thanks for the response Brett. I am able to generate the embed URL. It works in authenticated browser. How ever when I try to to capture screen shot using selenium and chrome (headless) it does not work as it launches new profile. The screen shot that gets captured says “we can not authenticate you”. How can I pass authentication info as part of URL like a signed S3 URL or some other mechanism?
Hi @akumar1579,
You may need to consider anonymous embedding:
Thanks Bret. Anonymous is not permitted by Enterprise policies. Capacity pricing is not supported. Is there a way to provide headless chrome auth info. I work in enterprise environment with ADFS federated AWS single sign on.