Multi-tenancy and *embedded* Kibana dashboards

Hello,

We are evaluating using ReadOnlyRest for managing security for embedded Kibana dashboards. These dashboards will be embedded in a web-app. Would the security multi-tenancy and JWT tokens will work with embedded Kibana dashboards?

Yes we have other customers doing just that. JWT Tokens can be used to carry in-URL authentication. i.e. you can create a web page that embeds an iframe with an URL such as:

http://your.kibana:5601/dashboard/xyz?jwt=<<token>>

And even if the browser never logged in Kibana, it will be allowed to embed that dashboard. We call this JWT deep link.