authelia/internal/authorization
Manuel Nuñez ca85992ac6
fix(handlers): verify handler (#3956)
When an anonymous user tries to access a forbidden resource with no subject, we should response with 403.

Fixes #3084
2022-09-05 08:21:30 +10:00
..
access_control_domain.go feat(authorization): acl resource regex named groups (#3597) 2022-06-28 12:51:05 +10:00
access_control_resource.go feat(authorization): acl resource regex named groups (#3597) 2022-06-28 12:51:05 +10:00
access_control_rule.go fix(handlers): consent session prevents standard flow (#3668) 2022-07-26 15:43:39 +10:00
access_control_subjects.go refactor: clean up uri checking functions (#3943) 2022-09-03 11:51:02 +10:00
authorizer.go fix(handlers): verify handler (#3956) 2022-09-05 08:21:30 +10:00
authorizer_test.go fix(handlers): verify handler (#3956) 2022-09-05 08:21:30 +10:00
const.go fix(handlers): consent session prevents standard flow (#3668) 2022-07-26 15:43:39 +10:00
regexp.go feat(authorization): acl resource regex named groups (#3597) 2022-06-28 12:51:05 +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(handlers): consent session prevents standard flow (#3668) 2022-07-26 15:43:39 +10:00
util_test.go fix(handlers): consent session prevents standard flow (#3668) 2022-07-26 15:43:39 +10:00