Getting below error while configuring Kibana in Okta.
{“error”:“Incorrect HTTP method for uri [/_plugin/kibana?iss=https%3A%2F%2Fdev-23074903.okta.com] and method [GET], allowed: [POST]”,“status”:405}
Getting below error while configuring Kibana in Okta.
{“error”:“Incorrect HTTP method for uri [/_plugin/kibana?iss=https%3A%2F%2Fdev-23074903.okta.com] and method [GET], allowed: [POST]”,“status”:405}
that error is returned because the /_plugin/kibana endpoint only allows POST requests and you are doing a GET
https://developer.mozilla.org/en-US/docs/Web/HTTP/Status/405
is there a guide you referenced for this configuration?
Thanks Fuzzard,Thi issue fixed after putting complete url in URI redirection page.Redirection is not working.
Hi @yshwntsingh! Is this working for you now?
This topic was automatically closed 24 hours after the last reply. New replies are no longer allowed.