Skip to content

Commit

Permalink
remove enable_pkce
Browse files Browse the repository at this point in the history
Signed-off-by: Huabing Zhao <zhaohuabing@gmail.com>
  • Loading branch information
zhaohuabing committed Jan 11, 2025
1 parent 8c3abb6 commit a06c880
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions api/envoy/extensions/filters/http/oauth2/v3/oauth.proto
Original file line number Diff line number Diff line change
Expand Up @@ -190,9 +190,6 @@ message OAuth2Config {
// will still process incoming Refresh Tokens as part of the HMAC if they are there. This is to ensure compatibility while switching this setting on. Future
// sessions would not set the Refresh Token cookie header.
bool disable_refresh_token_set_cookie = 20;

// If set to true, enable PKCE (Proof Key for Code Exchange) for the OAuth2 authorization code flow.
bool enable_pkce = 21;
}

// Filter config.
Expand Down

0 comments on commit a06c880

Please sign in to comment.