authelia/internal/authorization
James Elliott 8cdf4a5624
fix(authorization): regex subj doesn't redirect anon user (#4037)
This fixes an issue with the authorization policies where if the Domain Regex or Resources criteria would incorrectly return 403 Forbidden statuses instead of 302 Found statuses.

Co-authored-by: Amir Zarrinkafsh <nightah@me.com>
2022-09-26 14:33:08 +10:00
..
access_control_domain.go fix(authorization): regex subj doesn't redirect anon user (#4037) 2022-09-26 14:33:08 +10:00
access_control_resource.go fix(authorization): regex subj doesn't redirect anon user (#4037) 2022-09-26 14:33:08 +10:00
access_control_rule.go fix(authorization): regex subj doesn't redirect anon user (#4037) 2022-09-26 14:33:08 +10:00
access_control_subjects.go refactor: clean up uri checking functions (#3943) 2022-09-03 11:51:02 +10:00
authorizer.go fix(authorization): regex subj doesn't redirect anon user (#4037) 2022-09-26 14:33:08 +10:00
authorizer_test.go fix(authorization): regex subj doesn't redirect anon user (#4037) 2022-09-26 14:33:08 +10:00
const.go fix(authorization): regex subj doesn't redirect anon user (#4037) 2022-09-26 14:33:08 +10:00
regexp.go fix(authorization): regex subj doesn't redirect anon user (#4037) 2022-09-26 14:33:08 +10:00
types.go fix(authorization): object path not normalized (#3661) 2022-07-05 11:32:10 +10:00
types_test.go refactor: clean up uri checking functions (#3943) 2022-09-03 11:51:02 +10:00
util.go fix(authorization): regex subj doesn't redirect anon user (#4037) 2022-09-26 14:33:08 +10:00
util_test.go fix(handlers): consent session prevents standard flow (#3668) 2022-07-26 15:43:39 +10:00