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