From 53e12cff5d4de275bb1babd459f2e16f053b0df6 Mon Sep 17 00:00:00 2001 From: Siting Ren Date: Tue, 7 Nov 2023 15:50:20 +0800 Subject: [PATCH] Update data-protocols-formats/frontend-backend.md for v24.1.0 --- content/data-protocols-formats/frontend-backend.md | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/content/data-protocols-formats/frontend-backend.md b/content/data-protocols-formats/frontend-backend.md index c9bd472..5c19ef3 100644 --- a/content/data-protocols-formats/frontend-backend.md +++ b/content/data-protocols-formats/frontend-backend.md @@ -483,6 +483,8 @@ At a high level, the authorization code flow has the following steps: +#### (Protocol 3.16) +New fields (scope, validate_hostname) added in the [AuthenticationOAuth](#authenticationoauth-r) message. ### Simple Query @@ -1211,6 +1213,8 @@ Currently recognized values for protocol_compat are "PG" or "VER" for Postgres a | String | OAuth Auth URL. New in version 3.15 | | String | OAuth Token URL. New in version 3.15 | | String | OAuth Client ID. New in version 3.15 | +| String | OAuth Scope. New in version 3.16 | +| String | OAuth validate hostname. New in version 3.16 | #### AuthenticationHashPassword 'R' @@ -1610,6 +1614,11 @@ Then, execute the following SQL statement to disable the protocol debug log afte ## Summary of Changes since Protocol 3.0 +### Protocol 3.16 +- [OAuth 2.0 Authentication](#protocol-315) enhancement: Format change in the [AuthenticationOAuth](#authenticationoauth-r) message. + +*Support since Server v24.1.0* + ### Protocol 3.15 - [OAuth 2.0 Authentication](#protocol-315) enhancement: Format change in the [AuthenticationOAuth](#authenticationoauth-r) message to support OAuth browser workflow. - Workload support. Format change in the [StartupRequest](#startuprequest) message. New 'workload' parmeter allowing specification of workload name to be used by workload routing rules.