Authentication in Kibana

Hello,

I have this use case: I want to have a web page (with authentication) with my kibana visualization embedded with different permissions. I want to have various users and match the user permissions of the web page with the user permissions in kibana. I was trying to POST the credentials in the web page when accessing the kibana visualizations, but no success yet (the browser is always blocking me). What is the best way to do this? Any suggestion?

Thank you,
Francisca

Hi Francisca, not sure I fully understand, but I already point you out to JWT deeplinking, that is, the only way we have to embed authentication in the URLs, so they can be used to support iframes (i.e. embedded visualization).