opendistro-for-elasticsearch / security-kibana-plugin

Apache License 2.0
3 stars 12 forks source link

SAML Response Validation Error #7

Closed rossh closed 3 years ago

rossh commented 3 years ago

Hi folks, I'm trying to setup SAML authentication for Kibana in the Elasticsearch Service and am running into problems unfortunately. Some users are getting the following response when trying to login:

{"statusCode":500,"error":"Internal Server Error","message":"Internal Error"}

The following line is in the logs:

Error while validating SAML response in PATH

Any idea's what I'm doing wrong?

Ross