authelia/web/src
Amir Zarrinkafsh 72a3f1e0d7
[BUGFIX] Skip 2FA step if no ACL rule is two_factor (#684)
When no rule is set to two_factor in ACL configuration, 2FA is
considered disabled. Therefore, when a user cannot be redirected
correctly because no target URL is provided or the URL is unsafe,
the user is either redirected to the default URL or to the
'already authenticated' view instead of the second factor view.

Fixes #683
2020-03-06 11:31:09 +11:00
..
assets/images Rewrite authelia frontend to improve user experience. 2019-12-05 11:05:24 +01:00
components [FIX] Redirect to default URL after 1FA when default policy is one_factor. (#611) 2020-02-05 08:18:02 +11:00
hooks Allow administrator to provide a Google Analytics tracking ID. 2019-12-08 14:31:48 +01:00
layouts Rename org from clems4ever to authelia 2019-12-24 13:14:52 +11:00
models [BUGFIX] Skip 2FA step if no ACL rule is two_factor (#684) 2020-03-06 11:31:09 +11:00
services [BUGFIX] Skip 2FA step if no ACL rule is two_factor (#684) 2020-03-06 11:31:09 +11:00
utils Rewrite authelia frontend to improve user experience. 2019-12-05 11:05:24 +01:00
views [BUGFIX] Skip 2FA step if no ACL rule is two_factor (#684) 2020-03-06 11:31:09 +11:00
App.test.tsx Add first unit tests to frontend components. 2019-12-05 11:05:24 +01:00
App.tsx Allow administrator to provide a Google Analytics tracking ID. 2019-12-08 14:31:48 +01:00
Routes.ts [FIX] Redirect to default URL after 1FA when default policy is one_factor. (#611) 2020-02-05 08:18:02 +11:00
constants.ts Rewrite authelia frontend to improve user experience. 2019-12-05 11:05:24 +01:00
index.css Rewrite authelia frontend to improve user experience. 2019-12-05 11:05:24 +01:00
index.tsx Rewrite authelia frontend to improve user experience. 2019-12-05 11:05:24 +01:00
react-app-env.d.ts Rewrite authelia frontend to improve user experience. 2019-12-05 11:05:24 +01:00
serviceWorker.ts Rewrite authelia frontend to improve user experience. 2019-12-05 11:05:24 +01:00
setupTests.js Add first unit tests to frontend components. 2019-12-05 11:05:24 +01:00