authelia/test/helpers
Clement Michaud 42581dfe93 Fix open redirection vulnerability.
In order to redirect the user after authentication, Authelia uses
rd query parameter provided by the proxy. However an attacker could
use phishing to make the user be redirected to a bad domain. In order
to avoid the user to be redirected to a bad location, Authelia now
verifies the redirection URL is under the protected domain.
2018-11-17 17:48:20 +01:00
..
access-secret.ts Add tests for minimal configuration 2018-08-10 00:12:04 +02:00
click-on-button.ts Add tests for minimal configuration 2018-08-10 00:12:04 +02:00
click-on-link.ts Add support for users database on disk. (#262) 2018-08-26 10:30:43 +02:00
fill-field.ts Add support for users database on disk. (#262) 2018-08-26 10:30:43 +02:00
fill-login-page-and-click.ts Add integration test for keep me logged in feature. 2018-10-23 20:41:02 +02:00
full-login.ts Fix open redirection vulnerability. 2018-11-17 17:48:20 +01:00
get-identity-link.ts Add support for users database on disk. (#262) 2018-08-26 10:30:43 +02:00
login-and-register-totp.ts Fix open redirection vulnerability. 2018-11-17 17:48:20 +01:00
login-as.ts Fix open redirection vulnerability. 2018-11-17 17:48:20 +01:00
register-totp.ts Add support for users database on disk. (#262) 2018-08-26 10:30:43 +02:00
see-notification.ts Add tests for minimal configuration 2018-08-10 00:12:04 +02:00
validate-totp.ts Add tests for minimal configuration 2018-08-10 00:12:04 +02:00
visit-page.ts Add tests for minimal configuration 2018-08-10 00:12:04 +02:00
wait-redirected.ts Add tests for minimal configuration 2018-08-10 00:12:04 +02:00
with-driver.ts Add tests for minimal configuration 2018-08-10 00:12:04 +02:00