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
4.xVersion 4.xNímaHelidon Nímasecurityteam-fixThis issue is available for team members to be fixed. Should not require deep knowledge of Helidonwebclient
This is supported for BasicAuthentication and Jwt (both SE and MP). It cannot be supported for digest authentication, as we do not support outbound security with HTTP Digest.
I will refactor the constants used to have a single set on a shared place (currently duplicated in JwtAuthProvider and HttpBasicAuthProvider)
4.xVersion 4.xNímaHelidon Nímasecurityteam-fixThis issue is available for team members to be fixed. Should not require deep knowledge of Helidonwebclient
We need an equivalent to
org.glassfish.jersey.client.authentication.HttpAuthenticationFeature
This should support passing authentication directly to the client in form of properties.
The text was updated successfully, but these errors were encountered: