-
-
Notifications
You must be signed in to change notification settings - Fork 310
Open
Labels
Description
Organizr Version: docker hub label organizr/organizr:latest
Branch: organizr/organizr:latest
WebServer: Traefik
Operating System: Ubuntu
Problem Description:
If you use /api/v2/auth for login purposes, you will be redirected to the Organizr home page after logging in rather than the URI in the original header request stored in X-Forwarded-Uri.
Reproduction Steps:
Configure an auth redirection in a reverse proxy, I use traefik:
traefik.http.middlewares.auth-admin.forwardauth.address: "https://organizr.${DOMAIN}/api/v2/auth?group=1"
Visit the site, and see the organizr login screen.
Login, and be redirected to the main organizr landing page rather than the URL originally entered.