Hi,
I am running kibana 7.6.2 and the corresponding search guard plugin. When I send a user a kibana url with some query, they always need to open the link twice:
First time in order to authenticate to keycloak and get redirected to the default page (redirect url)
Second time in order to open the query because they are already authenticated.
How can I avoid it and provide the correct query already inside the redirect url just after authenticated to keycloak?
Thank you