envoyproxy/envoy

Oauth2 filter: Support private_key_jwt in addition to token_secret

Closed

#40,127 opened on Jul 8, 2025

 (6 comments) (0 reactions) (1 assignee)C++ (5,373 forks)batch import
area/oauthenhancementhelp wanted

Repository metrics

Stars
 (27,997 stars)
PR merge metrics
 (Avg merge 8d) (378 merged PRs in 30d)

Description

Title: Oauth2 filter: Support private_key_jwt in addition to token_secret

Description: Some IdPs encourage/enforce use of private_key_jwt in favor of client secret for client authentication per recommendation in RFC9700. Oauth2 filter does not support this yet.

Relevant Links

Contributor guide