You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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 ?
The text was updated successfully, but these errors were encountered:
my current traefik setup is
Host(mydomain.com) && PathPrefix(/service_a)
service_a@docker
,/service_a
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 tomydoamin.com/service_a
?The text was updated successfully, but these errors were encountered: