Skip to content

Commit 8ebe02b

Browse files
committed
docs: header authentication service configuration
1 parent 4bd9795 commit 8ebe02b

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

integrations/symfony-bundle.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -405,7 +405,7 @@ Authentication
405405
--------------
406406

407407
You can configure a client with authentication. Valid authentication types are
408-
``basic``, ``bearer``, ``service``, ``wsse`` and ``query_param``. See more examples at the
408+
``basic``, ``bearer``, ``service``, ``wsse``, ``query_param`` and ``header``. See more examples at the
409409
:doc:`full configuration </integrations/symfony-full-configuration>`.
410410

411411
.. code-block:: yaml

integrations/symfony-full-configuration.rst

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -50,6 +50,10 @@ This page shows an example of all configuration values provided by the bundle.
5050
type: 'query_param'
5151
params:
5252
access_token: '9zh987g86fg87gh978hg9g79'
53+
my_header:
54+
type: 'header'
55+
header_name: 'ApiKey'
56+
header_value: '9zh987g86fg87gh978hg9g79'
5357
my_service:
5458
type: 'service'
5559
service: 'my_authentication_service'

0 commit comments

Comments
 (0)