Skip to content

Commit

Permalink
Update data-protocols-formats/frontend-backend.md for v24.1.0 (#23)
Browse files Browse the repository at this point in the history
  • Loading branch information
sitingren authored Dec 18, 2023
1 parent 55f126e commit 2884684
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions content/data-protocols-formats/frontend-backend.md
Original file line number Diff line number Diff line change
Expand Up @@ -483,6 +483,8 @@ At a high level, the authorization code flow has the following steps:
<figcaption aria-hidden="true">Example message flow of OAuth browser workflow (Protocol 3.15)</figcaption>
</figure>

#### (Protocol 3.16)
New fields (scope, validate_hostname) added in the [AuthenticationOAuth](#authenticationoauth-r) message.

### Simple Query

Expand Down Expand Up @@ -1211,6 +1213,8 @@ Currently recognized values for protocol_compat are "PG" or "VER" for Postgres a
| String | OAuth Auth URL. <em>New in version 3.15</em> |
| String | OAuth Token URL. <em>New in version 3.15</em> |
| String | OAuth Client ID. <em>New in version 3.15</em> |
| String | OAuth Scope. <em>New in version 3.16</em> |
| String | OAuth validate hostname. <em>New in version 3.16</em> |

#### AuthenticationHashPassword 'R'

Expand Down Expand Up @@ -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.
Expand Down

0 comments on commit 2884684

Please sign in to comment.