
j03xj (j03xj) asked a question.
I have a self-hosted elastic stack on google cloud and I wish to integrate Okta for SSO and authentication but I keep running into errors accessing the SSO page via the URL. Every time I go through my URL with the path /api/security/v1/saml, I get an error page API loader of "{"statusCode":404,"error":"Not Found","message":"Not Found"}
". But If I run my URL with just the / path, I access the application, which means the SSO page did not get to me as I wanted.
Could someone please advise on the best cause of action?
For some contexts, I have a K8s ingress where this is running and the path is also updated in the manifest file as required and the elastic.yaml file while following the configurations here https://nettweets.com/2019/08/22/integrating-kibana-in-elastic-cloud-with-okta-step-by-step/
I'd appreciate any help.

Hello @j03xj (j03xj) Thank you for reaching our to our Community!
Please take a look at our documentation for Elastic stack which should provide more details on what needs to be configured to get the application functional:
https://developer.okta.com/blog/2019/09/26/get-started-elk-stack
In the future we recommend to leverage the Okta Developer forums for this type of questions and take advantage of their expertise.
https://devforum.okta.com/
Hello, thanks for the response but this does not address my concern. My aim here is to authenticate my Kibana Dashboard with OKTA via SSO