Suppose i have got 5 customers for whom i have to make dashboards via Kibana. I make the dashboards for each respective user. Now i want such that each user is able to access their respective dashboard anonymously. I was thinking to embed iframe into my code adding the username which should redirect them to their dashboard on my application.
If you want them to connect anonymously you have no guarantees who is who. For that you will need authentication.
1 Like
Understood!
thanks @sholzhauer
This topic was automatically closed 28 days after the last reply. New replies are no longer allowed.