Skip to content

Commit

Permalink
Merge pull request #313 from pocivaneuh/authentication-header
Browse files Browse the repository at this point in the history
docs: header authentication service configuration
  • Loading branch information
dbu authored Nov 6, 2023
2 parents 4bd9795 + 8ebe02b commit 9423a3c
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
2 changes: 1 addition & 1 deletion integrations/symfony-bundle.rst
Original file line number Diff line number Diff line change
Expand Up @@ -405,7 +405,7 @@ Authentication
--------------

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

.. code-block:: yaml
Expand Down
4 changes: 4 additions & 0 deletions integrations/symfony-full-configuration.rst
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,10 @@ This page shows an example of all configuration values provided by the bundle.
type: 'query_param'
params:
access_token: '9zh987g86fg87gh978hg9g79'
my_header:
type: 'header'
header_name: 'ApiKey'
header_value: '9zh987g86fg87gh978hg9g79'
my_service:
type: 'service'
service: 'my_authentication_service'
Expand Down

0 comments on commit 9423a3c

Please sign in to comment.