authelia/server/test
Clement Michaud 267cf2921d Adapt ACL configuration to make it more flexible
Basically, the ACL configuration was very static and it was not allowed
to remove 'any', 'groups', 'users'. The application crashed when those
keys did not exist.
After this fix, every key is optional and replaced by a default value
for the app configuration to be complete and used by Authelia.

Later, a configuration validator will be implemented to detect issues
with configuration at startup.
2017-10-08 15:34:58 +02:00
..
access_control Adapt ACL configuration to make it more flexible 2017-10-08 15:34:58 +02:00
configuration Adapt ACL configuration to make it more flexible 2017-10-08 15:34:58 +02:00
connectors/mongo Split client and server 2017-10-07 00:49:42 +02:00
ldap Use username matcher instead of user dn in group filter 2017-10-07 14:10:22 +02:00
mocks Use username matcher instead of user dn in group filter 2017-10-07 14:10:22 +02:00
notifiers Split client and server 2017-10-07 00:49:42 +02:00
routes Split client and server 2017-10-07 00:49:42 +02:00
server Split client and server 2017-10-07 00:49:42 +02:00
storage Split client and server 2017-10-07 00:49:42 +02:00
AuthenticationRegulator.test.ts Split client and server 2017-10-07 00:49:42 +02:00
IdentityCheckMiddleware.test.ts Split client and server 2017-10-07 00:49:42 +02:00
ServerConfiguration.test.ts Split client and server 2017-10-07 00:49:42 +02:00
SessionConfigurationBuilder.test.ts Split client and server 2017-10-07 00:49:42 +02:00
TOTPValidator.test.ts Split client and server 2017-10-07 00:49:42 +02:00
requests.ts Split client and server 2017-10-07 00:49:42 +02:00