From 340887d44c399a53343bd527ce0f893518b5eba8 Mon Sep 17 00:00:00 2001 From: moxarth-elastic <96762084+moxarth-elastic@users.noreply.github.com> Date: Thu, 1 Aug 2024 16:04:57 +0530 Subject: [PATCH] [Sharepoint Server] Add RCF for Authentication type (#189030) ## Summary Related to https://github.com/elastic/connectors/issues/2112. Adding a new RCF for authentication type having options as Basic Auth and NTLM Auth in the Sharepoint server connector. ### Checklist Delete any items that are not applicable to this PR. - [x] Any text added follows [EUI's writing guidelines](https://elastic.github.io/eui/#/guidelines/writing), uses sentence case text and includes [i18n support](https://github.com/elastic/kibana/blob/main/packages/kbn-i18n/README.md) ### For maintainers - [ ] This was checked for breaking API changes and was [labeled appropriately](https://www.elastic.co/guide/en/kibana/master/contributing.html#kibana-release-notes-process) --------- Co-authored-by: Artem Shelkovnikov Co-authored-by: kibanamachine <42973632+kibanamachine@users.noreply.github.com> --- .../types/native_connectors.ts | 61 +++++++++++++++---- 1 file changed, 50 insertions(+), 11 deletions(-) diff --git a/packages/kbn-search-connectors/types/native_connectors.ts b/packages/kbn-search-connectors/types/native_connectors.ts index 6459bbdf20ff9c..30ce2c790a2ec2 100644 --- a/packages/kbn-search-connectors/types/native_connectors.ts +++ b/packages/kbn-search-connectors/types/native_connectors.ts @@ -4662,6 +4662,45 @@ export const NATIVE_CONNECTOR_DEFINITIONS: Record