Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions docs/src/main/sphinx/installation/jdbc.rst
Original file line number Diff line number Diff line change
Expand Up @@ -186,9 +186,9 @@ Name Description
For example, ``abc:xyz;example.foo:bar`` sets the system property
``abc`` to the value ``xyz`` and the ``foo`` property for
catalog ``example`` to the value ``bar``.
``externalAuthentication`` Use a local web browser to authenticate with an identity provider (IdP)
that has been configured for the Trino coordinator.
See :doc:`/security/oauth2` for more details.
``externalAuthentication`` Set to true if you want to use external authentication via
:doc:`/security/oauth2`. Use a local web browser to authenticate with an
identity provider (IdP) that has been configured for the Trino coordinator.
``externalAuthenticationTokenCache`` Allows the sharing of external authentication tokens between different
connections for the same authenticated user until the cache is
invalidated, such as when a client is restarted or when the classloader
Expand Down