So I am getting a bunch of errors when saving elasticseach.yml (also tried the same in kibana.yml). Any idea what am I doing wrong
xpack:
security:
authc:
realms:
saml:
clarityfirst-sso:
order: 2
attributes.principal: "mail"
attributes.groups: "groups"
idp.metadata.path: "https://login.microsoftonline.com/[tenantid]/federationmetadata/2007-06/federationmetadata.xml?appid=[sso app id]"
idp.entity_id: "https://sts.windows.net/[tenantid]/"
sp.entity_id: "https://[deployment].westus2.azure.elastic-cloud.com:9243"
sp.acs: "https://[deployment].westus2.azure.elastic-cloud.com:9243/api/security/v1/saml"
sp.logout: "https://[deployment].westus2.azure.elastic-cloud.com:9243/logout"
Errors:
Elasticsearch - 'xpack.security.authc.realms.saml.clarityfirst-sso.order': is not allowed
Elasticsearch - 'xpack.security.authc.realms.saml.clarityfirst-sso.attributes.principal': is not allowed
many other not allowed errors, one for each line