Is it possible to configure SAML authentication in kibana 7.17 version without changing the elasticsearch.yml

Hi I'm trying to integrate kibana with okta saml, I try to get constantly
FATAL Error: [config validation of [xpack.security].authc.realm]: Epexted a String but got an object

xpack.security.authc.providers:

  - saml

xpack.security.authc.saml.realm: "my-saml-realm"

xpack.security.authc.saml.realm.idp.metadata.path: "https://idp.example.com/metadata"
xpack.security.authc.saml.realm.idp.entity_id: "https://idp.example.com/entity-id"
xpack.security.authc.saml.realm.sp.entity_id: "https://kibana.example.com"
xpack.security.authc.saml.realm.sp.acs: "https://kibana.example.com/api/security/v1/saml"

Is it possible configure only kibana without touching the elasticsearch configuration ?

Welcome to our community! :smiley:

No it's not sorry.

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