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
I'm configuring oauth2-proxy as ext_auth server for Envoy Gateway. Unauthenticated calls to my backend service should trigger the OAuth flow and authenticated calls should pass through.
Apparently Envoy (and others) expect a 200 response code with an empty body when using the ext_authz protocol, whereas oauth2-proxy returns 202 on the /oauth2/auth endpoint.
Configuration details or additional information
I'm first asking here in case there is another way of making these components properly talk to each other. Could possibly be a feature request to allow customization of the /oauth2/auth endpoint. Oauth2_proxy.cfg
OAuth2-Proxy Version
7.7.1
Provider
oidc
Current Behaviour of your Problem
I'm configuring oauth2-proxy as ext_auth server for Envoy Gateway. Unauthenticated calls to my backend service should trigger the OAuth flow and authenticated calls should pass through.
Apparently Envoy (and others) expect a
200
response code with an empty body when using the ext_authz protocol, whereas oauth2-proxy returns202
on the/oauth2/auth
endpoint.Configuration details or additional information
I'm first asking here in case there is another way of making these components properly talk to each other. Could possibly be a feature request to allow customization of the
/oauth2/auth
endpoint.Oauth2_proxy.cfg
Oauth2_config_alpha
SecurityPolicy
Steps To Reproduce
No response
The text was updated successfully, but these errors were encountered: