Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

On redirect Traefik-forward-auth strips away any existing query-params after successfully authenticating (oauth) #339

Open
leonavevor opened this issue Jan 13, 2023 · 0 comments

Comments

@leonavevor
Copy link

We have some services that are place behind traefik (proxy) and currently secure by traefik-forward-auth (OIDC) using AzureAD.

After authentication success, On redirect Traefik-forward-auth strips away any existing query-params, which makes it difficult to get to the original target resource that was intended to get to.

Reproducing issue:
https://blablabla.com?query1=1&query2=2 ---> redirected to traefik-farward-auth ---> after authentication success ---> https://blablabla.com

Expected behavior:
https://blablabla.com?query1=1&query2=2 ---> redirected to traefik-farward-auth ---> after authentication success ---> https://blablabla.com?query1=1&query2=2

Question:
is there away currently to set for such behavior to be achieved, if not can this feature be considered in your next release update?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant