I have my service set behind oauth2-proxy and I am using version 4.0.0.
I am trying to hit an API behind the service, but unfortunately, I always get a 403 forbidden
error because of oauth2-proxy being in the way.
I am looking for a way to authenticate via g-suite using oauth2-proxy
and generate a token that I can then use for the service.
Does oauth2-proxy
support any kind of way to authenticate via cURL or POST call?