authelia/test/unit/server
Clement Michaud 7128970a53 Add redirection URL as a query parameter during authentication
Before this fix, the redirection URL was stored in the user session,
but this has a big drawback since user could open several pages in
browser and thus override the redirection URL leading the user to
be incorrectly redirected.
2017-09-22 17:53:18 +02:00
..
access_control Add Mongo as scalable and resilient storage backend 2017-07-31 00:29:00 +02:00
configuration Parameterize authentication regulation via configuration file. Both for flexibility and for testing purposes. 2017-09-03 12:48:35 +02:00
connectors/mongo Add Mongo as scalable and resilient storage backend 2017-07-31 00:29:00 +02:00
ldap Introduce LDAP filters to search users and groups for more flexibility. 2017-09-02 22:38:26 +02:00
mocks Parameterize authentication regulation via configuration file. Both for flexibility and for testing purposes. 2017-09-03 12:48:35 +02:00
notifiers Add system tests to test the example from end user point of view 2017-07-16 14:55:01 +02:00
routes Add redirection URL as a query parameter during authentication 2017-09-22 17:53:18 +02:00
server Parameterize authentication regulation via configuration file. Both for flexibility and for testing purposes. 2017-09-03 12:48:35 +02:00
storage Parameterize authentication regulation via configuration file. Both for flexibility and for testing purposes. 2017-09-03 12:48:35 +02:00
AuthenticationRegulator.test.ts Parameterize authentication regulation via configuration file. Both for flexibility and for testing purposes. 2017-09-03 12:48:35 +02:00
IdentityCheckMiddleware.test.ts Add Mongo as scalable and resilient storage backend 2017-07-31 00:29:00 +02:00
ServerConfiguration.test.ts Parameterize authentication regulation via configuration file. Both for flexibility and for testing purposes. 2017-09-03 12:48:35 +02:00
SessionConfigurationBuilder.test.ts Parameterize authentication regulation via configuration file. Both for flexibility and for testing purposes. 2017-09-03 12:48:35 +02:00
TOTPValidator.test.ts Add system tests to test the example from end user point of view 2017-07-16 14:55:01 +02:00
requests.ts Add system tests to test the example from end user point of view 2017-07-16 14:55:01 +02:00