envoyproxy/envoy
Oauth2 filter: Support private_key_jwt in addition to token_secret
クローズ
#40,127 opened on 2025/07/08
area/oauthenhancementhelp wanted
Repository metrics
- Stars
- (27,997 個のスター)
- PR merge metrics
- (平均マージ 8d) (30d で 378 merged PRs)
説明
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