Embedded Grafana in iframe with Dashboard authentication

I’m writing a web application in which I will embed Grafana dashboard panels in an iframe. In this application, various company employees will have accounts and they should be able to view panels from the dashboard that corresponds to their companies. For example, employees of the ABCD company can only view the panels of the ABCD dashboard, and employees of the DEFG company can only view the panels of the DEFG dashboard, etc.

How to do it in the simplest and most effective way? The more automation the better :slight_smile: