I have a dashboard with multiple panels,
and I was using iframe to embed each panel in my web application.
But now I want to embed the entire dashboard into my web applications,
is it possible?
I’ve tried click share icon next to dashboard name > Share > Link > get url and paste it on img tag but didnt work, it said 401 Unauthorized.
I’d recommend searching the community, some users have used custom solutions to pass credentials along with the request. You can also enable anonymous access, but there are security implications associated with that method to consider.