Skip to content

Commit 6a83e13

Browse files
[HttpClient] Add support for NTLM authentication
1 parent 0b75bdb commit 6a83e13

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

DependencyInjection/Configuration.php

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1414,6 +1414,9 @@ private function addHttpClientSection(ArrayNodeDefinition $rootNode)
14141414
->scalarNode('auth_bearer')
14151415
->info('A token enabling HTTP Bearer authorization.')
14161416
->end()
1417+
->scalarNode('auth_ntlm')
1418+
->info('A "username:password" pair to use Microsoft NTLM authentication (requires the cURL extension).')
1419+
->end()
14171420
->arrayNode('query')
14181421
->info('Associative array of query string values merged with the base URI.')
14191422
->useAttributeAsKey('key')

0 commit comments

Comments
 (0)