From 9eb66c261cefb37ee3018ba67f8e82418775647a Mon Sep 17 00:00:00 2001 From: Danilo Grieco Date: Wed, 17 Apr 2024 11:18:01 +0200 Subject: [PATCH] drop old auth --- lib/sharepoint/client.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/sharepoint/client.rb b/lib/sharepoint/client.rb index b472b23..681e98c 100644 --- a/lib/sharepoint/client.rb +++ b/lib/sharepoint/client.rb @@ -545,7 +545,7 @@ def ethon_easy_options def ethon_easy_requester authenticating do - easy = Ethon::Easy.new({ httpauth: :ntlm, followlocation: 1, maxredirs: 5 }.merge(ethon_easy_options)) + easy = Ethon::Easy.new({followlocation: 1, maxredirs: 5 }.merge(ethon_easy_options)) easy.headers = {'authentication' => bearer_auth } easy end