I want to implement automatic user login to a Kibana dashboard from a web application

I want to implement automatic user login to a Kibana dashboard from a web application. I have successfully enabled x-pack security and attempted to authenticate users through the HTTP header. However, I am facing an issue with the preflight CORS error. I am looking for alternative solutions to achieve auto-login functionality without using Single Sign-On (SSO) and reverse proxy approach.

Hi @dilshadpaleri

Since you are looking at SSO alternatives I suggest looking into anonymous authentication.
This post gives a good overview and links to the official documentation.

Regards, Dima

1 Like

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