We are using oauth2_proxy successfuly with nginx, and we are using it for many tools.
But we have met one problem, if we redirect and url that contains "$url#$something" these "#something" is lost if the user is not authenticated. (so after the oauth the redirect it to $url and not to $url#$something)
It does not happens once the user has been authenticated previously...
I'm not sure if it is a bug or something that can be managed with configuration parameters
Hi,
We are using oauth2_proxy successfuly with nginx, and we are using it for many tools.
But we have met one problem, if we redirect and url that contains "$url#$something" these "#something" is lost if the user is not authenticated. (so after the oauth the redirect it to $url and not to $url#$something)
It does not happens once the user has been authenticated previously... I'm not sure if it is a bug or something that can be managed with configuration parameters
Thank you very much