envoyproxy/envoy
Oauth2 filter: Support private_key_jwt in addition to token_secret
Fechada
#40.127 aberto em 8 de jul. de 2025
area/oauthenhancementhelp wanted
Métricas do repositório
- Stars
- (27.997 estrelas)
- Métricas de merge de PR
- (Mesclagem média 8d) (378 fundiu PRs em 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