authelia/test/features
Clement Michaud 6586402114 Support 'redirect' in /api/verify endpoint to support Traefik
Traefik handles auth forwarding but does not manage redirections like Nginx.
Therefore, Authelia must redirect the user and Traefik will forward this
request.

To support both Nginx and Traefik, /api/verify is now configurable with the
'redirect' get parameter. If the verification fails and 'redirect' is not
provided the response will be a 401 error as before.
If the parameter is provided and set to any URL, the response will be a
redirection (302) to this URL.
2017-12-04 22:52:33 +01:00
..
step_definitions Support 'redirect' in /api/verify endpoint to support Traefik 2017-12-04 22:52:33 +01:00
support Change domain from test.local to example.com 2017-11-03 00:20:10 +01:00
access-control.feature Change domain from test.local to example.com 2017-11-03 00:20:10 +01:00
auth-portal-redirection.feature Change domain from test.local to example.com 2017-11-03 00:20:10 +01:00
authelia.feature Support 'redirect' in /api/verify endpoint to support Traefik 2017-12-04 22:52:33 +01:00
authentication.feature Change domain from test.local to example.com 2017-11-03 00:20:10 +01:00
forward-headers.feature Change domain from test.local to example.com 2017-11-03 00:20:10 +01:00
redirection.feature Change domain from test.local to example.com 2017-11-03 00:20:10 +01:00
registration.feature Change domain from test.local to example.com 2017-11-03 00:20:10 +01:00
regulation.feature Change domain from test.local to example.com 2017-11-03 00:20:10 +01:00
reset-password.feature Change domain from test.local to example.com 2017-11-03 00:20:10 +01:00
resilience.feature Change domain from test.local to example.com 2017-11-03 00:20:10 +01:00
restrictions.feature Change domain from test.local to example.com 2017-11-03 00:20:10 +01:00
session-timeout.feature Change domain from test.local to example.com 2017-11-03 00:20:10 +01:00
single-factor-domain.feature Change domain from test.local to example.com 2017-11-03 00:20:10 +01:00
single-factor-only-server.feature Change domain from test.local to example.com 2017-11-03 00:20:10 +01:00