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 ?