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
When the Vert.x Web Proxy handler is installed after an OAuth2 handler, the proxy silently fails to send the request to the backend just after authentication.
If the user is already authenticated with the OAuth2 provider, the proxy successfully sends the request.
When the Vert.x Web Proxy handler is installed after an OAuth2 handler, the proxy silently fails to send the request to the backend just after authentication.
If the user is already authenticated with the OAuth2 provider, the proxy successfully sends the request.
Here's an example setup:
With debugging, it appears that when the proxy sets up the pipe on the incoming request, no callback is invoked:
vertx-http-proxy/src/main/java/io/vertx/httpproxy/impl/ProxiedRequest.java
Lines 195 to 203 in 5ec808d
The text was updated successfully, but these errors were encountered: