Login to kibana with security enabled bypassing login form

Is there a way to use something like digest access authentication (or base authentication, I know, it is an horrible way, but I said "like") to login to kibana bypassing the login form?
I've a web application with authentication. My db is synchronized with kibana users (user and password are the same). I've a direct link to kibana but when I click on it it's necessary to login another time

Hi and welcome to the Kibana community! :wave:

Wouldn't token authentication a good solution for your use case?

https://www.elastic.co/guide/en/kibana/current/kibana-authentication.html#token-authentication

Best,
Matthias

Hi, thank for your answer... But is token auth free or i need to buy xpack licence?

Hi, I've just checked, and Elasticsearch Token Service is part of our Gold license:

Best,
Matthias

Really thank you Matthias! If someone knows other free solution I prefer.

You're welcome!

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