Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update data-protocols-formats/frontend-backend.md for v24.1.0 #23

Merged
merged 1 commit into from
Dec 18, 2023
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
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
Loading