authelia/internal/authorization
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
..
authorizer.go [BUGFIX] Skip 2FA step if no ACL rule is two_factor (#684) 2020-03-06 11:31:09 +11:00
authorizer_test.go [MISC] Add unit tests to authorization module and trace logs. (#638) 2020-02-19 09:15:09 +11:00
const.go Move source code into internal directory to follow standard project layout. 2019-11-17 16:30:33 +01:00
domain_matcher.go [MISC] Add unit tests to authorization module and trace logs. (#638) 2020-02-19 09:15:09 +11:00
domain_matcher_test.go [MISC] Add unit tests to authorization module and trace logs. (#638) 2020-02-19 09:15:09 +11:00
ip_matcher.go [MISC] Add unit tests to authorization module and trace logs. (#638) 2020-02-19 09:15:09 +11:00
ip_matcher_test.go [MISC] Add unit tests to authorization module and trace logs. (#638) 2020-02-19 09:15:09 +11:00
path_matcher.go [MISC] Add unit tests to authorization module and trace logs. (#638) 2020-02-19 09:15:09 +11:00
path_matcher_test.go [MISC] Add unit tests to authorization module and trace logs. (#638) 2020-02-19 09:15:09 +11:00
subject_matcher.go [MISC] Add unit tests to authorization module and trace logs. (#638) 2020-02-19 09:15:09 +11:00