Skip to content

Commit

Permalink
drop old auth
Browse files Browse the repository at this point in the history
  • Loading branch information
gridanjbf committed Apr 17, 2024
1 parent e40f9f4 commit 9eb66c2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/sharepoint/client.rb
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 9eb66c2

Please sign in to comment.