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

dynamically set Callback URL Path based on incoming request? #325

Open
WalkerWalker opened this issue Aug 31, 2022 · 0 comments · May be fixed by #335
Open

dynamically set Callback URL Path based on incoming request? #325

WalkerWalker opened this issue Aug 31, 2022 · 0 comments · May be fixed by #335

Comments

@WalkerWalker
Copy link

my current traefik setup is

  • traefik receives request at: Host(mydomain.com) && PathPrefix(/service_a)
  • route to service_a@docker,
  • and strip prefix /service_a
  • same goes for /service_b, /service_c, etc

Now I want to use traefik-forward-auth to add an authentication middleware. Yet I notice that after success authentication, the redirect_uri is mydoamin.com/_oauth, would it be possible to redirect it to mydoamin.com/service_a ?

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