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

Fix multiple TFA instances #261

Open
mcmikemn opened this issue Jul 27, 2024 · 0 comments · May be fixed by #262
Open

Fix multiple TFA instances #261

mcmikemn opened this issue Jul 27, 2024 · 0 comments · May be fixed by #262
Assignees
Labels
enhancement New feature or request

Comments

@mcmikemn
Copy link
Collaborator

If traefik-forward-auth is installed on multiple servers hosting apps in the same domain, all the TFAs default to the same cookie name ("_forward_auth") but each has a different secret. This setup causes the different servers in the same domain to interfere with each other's cookies.

One solution is to give each TFA instance the same secret.

The solution we're going to use is to keep each TFA with its own secret but each will have a unique cookie name.

@mcmikemn mcmikemn added the enhancement New feature or request label Jul 27, 2024
@mcmikemn mcmikemn self-assigned this Jul 27, 2024
@mcmikemn mcmikemn linked a pull request Jul 30, 2024 that will close this issue
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant