Hi All,
Hope all are doing well.
we are using Kibana for visualizing of our usage data, we are sharing the dashboard embedded I frame URLs to another application team, these URLs are integrated at their end and users allow to the Kibana dashboard from the other application,
Kibana dashboard URLs are integrated in that application, once user login that application from there Kibana dashboard will redirect and Kibana home page pop for username and password, for every user we have created user in the elastic with respective roles.
Here we have to build system like the Kibana dashboard page need to load without asking to enter credentials, for one user we can use nginx reverse proxy for auto login, here the problem is every customer user having unique user id in the elastic, what I have to do to Kibana page need to login without asking for credentials for every user with their usernames.
Thanks in Advance