authelia/server/test/configuration
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
..
adapters Adapt ACL configuration to make it more flexible 2017-10-08 15:34:58 +02:00
ConfigurationAdapter.test.ts Adapt ACL configuration to make it more flexible 2017-10-08 15:34:58 +02:00
LdapConfigurationAdaptation.test.ts Use username matcher instead of user dn in group filter 2017-10-07 14:10:22 +02:00