Auto-authenticate Kibana 5.0 dashboard embedded in iframe

Hi, I'm taking the iframe embed from Kibana and I want to plug it into a web app. When it displays, however, it presents a login view. I've tried embedding the auth info in the url a la Basic Auth (http://username:password@...)
to no avail.

The iframe embed seems less useful if it requires the end user to log in to it separately.

Is my only option to remove authentication and proxy the dash through my own authenticated route?

Thanks,

Tom

How is are you handling authentication with Kibana. Is it basic auth, Shield, or something else?

whatever comes with X-Pack. It's not Basic Auth, since it displays login boxes in the page.

This topic was automatically closed 28 days after the last reply. New replies are no longer allowed.