Hi! We need to share a dashboard to a stakeholder without having them to enter username and password. Is there any way to create a link/url or any other method that allows them to see the dashboard without entering username and password? Meanwhile i tried hard coding it using python but it’s still asking for the credentials.
We need to share a dashboard with a stakeholder without making them enter a username and password. Is there a way to create a link or use another method so they can see the dashboard without logging in?
I’m trying to access a URL without using usernames or passwords in my Python scripts and Flask setup, but it’s not working. Are there any other APIs I could use to access the dashboard without needing credentials?
Hi @Rohit17
I believe your question is similar to the following topic, Create a public portal
Am I correct? Thanks!
Dear @Gassim,
Thanks for your reply.
Yes, my question is similar to these topics.