Getting error while bypassing Kibana's login screen

Hi All,

I am trying to hit this url - https:HOST/api/security/v1/login to bypass login screen. What I want to achieve is to navigate from my angular application to Kibana without going to login screen. So, I got to know I can do this by making a post call to this url - https:HOST/api/security/v1/login and I am also passing Kibana version in the header and username password in the parameters. But I am getting below error-

{
"statusCode": 400,
"error": "Bad Request",
"message": "Browser client is out of date, please refresh the page"
}

Any help would be really appreciated.

Thanks,
Khushboo

Hi @Khushboo,

Can I see a sample request? Does the value of thekbn-version header match the version of Kibana you are using?

Hi Larry,

Thank you for your response. Ya, kbn-version value matches. Please find the attached Soap- UI screenshot.

I tried adding username & password both in header and authorization header, but still getting the same error.

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