From 2ad57696bd8a2c1b2b3549b8036326b5858356a9 Mon Sep 17 00:00:00 2001 From: Jessica Date: Mon, 3 Jan 2022 13:17:52 -0500 Subject: [PATCH] Update externalAuthentication parameter for JDBC driver --- docs/src/main/sphinx/installation/jdbc.rst | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/src/main/sphinx/installation/jdbc.rst b/docs/src/main/sphinx/installation/jdbc.rst index 3ec3f5647bcc..0576b0844859 100644 --- a/docs/src/main/sphinx/installation/jdbc.rst +++ b/docs/src/main/sphinx/installation/jdbc.rst @@ -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