Has anyone integrated Kibana successfully with Auth0 as SAML identity provider? I have been struggling with this and hope someone has already gotten this working.
Auth0 has what seems to be a straightforward guide here, and I have followed the instructions, but I keep getting the typical SAML config error screen when accessing the Kibana landing page.
I should add that I am using the Helm chart for Kubernetes deployment and adding a config.yml to the values.yaml file.
Hi @Anthony i did as what you said and got the internal server error from OpenSearch-Dashboard. Can you please help? (I am doing with OpenSearch, not Kibana)
{“statusCode”:500,“error”:“Internal Server Error”,“message”:“Internal Error”}
Couple of things to watch out for if anyone is having similar issues:
Set basic auth first order, with challenge flag set to false.
If using docker, make sure to run docker-compose down -v for fresh instance, otherwise the config will be saved in volumes and cause confusion.
Keep an eye in http vs https, opensearch Dashboards can talk to ES via https, this doesn’t mean that Dashboards is server via https.
Communication with ES is set up in opensearch_dashboards.yml with line:
opensearch.hosts: [“https://localhost:9200”]
If dashboards are server via http or https is determines in same file with lines: