Hi folks,
In our solution we are trying to insert a button that redirect to Kibana with the user already logged.
We created a "custom realm" plugin as our unique auth provider to give Kibana access for final users of our solution.
At the moment the users need to insert the username and password in Kibana login page, but as they are already logged in our solution, so we are trying to access the session cookie of my app and make transparent, without login page.
We tried use requestHeadersWhitelist but can't read user cookie.
Anyone know that it is possible?
As a second tentative, we tryed unsuccessful make the button to post an fixed username and the cookie value as password.