You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
[Security] Body key obfuscation (obfuscate.body_keys config) is now also applied to form-style request bodies, not only JSON bodies. This prevents accidental logging of e.g. OpenID Connect (OAuth 2.0) tokens on POST /token endpoint, which may contain the refresh_token and client_secret.
[Security] Added id_token as additional body key for obfuscation to the HTTP_CLIENT_GLOBAL_LOGGER_OBFUSCATE_BODY_KEYS default.