bitly / oauth2_proxy

A reverse proxy that provides authentication with Google, Github or other provider
MIT License
5.1k stars 1.21k forks source link

How to autorize urls that contains # #597

Open alberttriasmansilla opened 6 years ago

alberttriasmansilla commented 6 years ago

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

wfleurant commented 5 years ago

browsers keep "#something" local