envoyproxy/envoy
Oauth2 filter: Support private_key_jwt in addition to token_secret
已关闭
#40,127 创建于 2025年7月8日
area/oauthenhancementhelp wanted
仓库指标
- 星标
- (27,997 个星标)
- PR 合并指标
- (平均合并 8天) (30 天内合并 378 个 PR)
描述
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