pomerium/internal/authenticateflow
Kenneth Jenkins c848c225e8
multi-domain login redirects (#5564)
Add a new 'depends_on' route configuration option taking a list of 
additional hosts to redirect through on login. Update the authorize 
service and proxy service to support a chain of /.pomerium/callback
redirects. Add an integration test for this feature.
2025-04-04 13:14:30 -07:00
..
authenticateflow.go move internal/telemetry/trace => pkg/telemetry/trace (#5541) 2025-03-25 10:43:04 -04:00
authenticateflow_int_test.go multi-domain login redirects (#5564) 2025-04-04 13:14:30 -07:00
identityprofile.go authenticate: rework session ID token handling (#5178) 2024-07-29 12:43:50 -07:00
identityprofile_test.go authenticate: rework session ID token handling (#5178) 2024-07-29 12:43:50 -07:00
request.go authenticateflow: add stateful flow (#4822) 2023-12-07 09:54:42 -08:00
request_test.go authenticateflow: move stateless flow logic (#4820) 2023-12-06 16:55:57 -08:00
stateful.go multi-domain login redirects (#5564) 2025-04-04 13:14:30 -07:00
stateful_test.go multi-domain login redirects (#5564) 2025-04-04 13:14:30 -07:00
stateless.go multi-domain login redirects (#5564) 2025-04-04 13:14:30 -07:00