This repository has been archived on 2024-05-31. You can view files and clone it, but cannot push or open issues or pull requests.
authentik/authentik/policies
Jens Langhammer 2b1356bb91 flows: add invalid_response_action to configure how the FlowExecutor should handle invalid responses
closes #1079

Default value of `retry` behaves like previous version.

`restart` and `restart_with_context` restart the flow upon an invalid response. `restart_with_context` keeps the same context of the Flow, allowing users to bind policies that maybe aren't valid on the first execution, but are after a retry, like a reputation policy with a deny stage.

Signed-off-by: Jens Langhammer <jens.langhammer@beryju.org>
2021-06-28 00:22:09 +02:00
..
api API: add endpoint to show by what objects an object is used (#995) 2021-06-10 11:58:12 +02:00
dummy API: add endpoint to show by what objects an object is used (#995) 2021-06-10 11:58:12 +02:00
event_matcher events: add tenant to event 2021-06-14 18:43:29 +02:00
expiry API: add endpoint to show by what objects an object is used (#995) 2021-06-10 11:58:12 +02:00
expression API: add endpoint to show by what objects an object is used (#995) 2021-06-10 11:58:12 +02:00
hibp API: add endpoint to show by what objects an object is used (#995) 2021-06-10 11:58:12 +02:00
migrations policies: configurable engine mode (#682) 2021-03-31 14:14:56 +02:00
password API: add endpoint to show by what objects an object is used (#995) 2021-06-10 11:58:12 +02:00
reputation flows: add invalid_response_action to configure how the FlowExecutor should handle invalid responses 2021-06-28 00:22:09 +02:00
templates/policies core: make EndSessionView inherit PolicyAccessView 2021-06-06 14:07:50 +02:00
tests core: change TypeCreateSerializer to component 2021-04-02 23:17:30 +02:00
__init__.py wip: rename to authentik (#361) 2020-12-05 22:08:42 +01:00
apps.py wip: rename to authentik (#361) 2020-12-05 22:08:42 +01:00
denied.py core: deepmerge user.group_attributes, use group_attributes for user settings 2021-06-19 19:52:55 +02:00
engine.py tests/e2e: fix invalid flows 2021-05-25 11:18:47 +02:00
exceptions.py policies: pass direct exception from expression policies 2021-01-16 15:41:59 +01:00
models.py Prometheus metrics (#914) 2021-05-23 20:29:34 +02:00
process.py policies: make policy result cache timeout configurable 2021-06-21 10:17:58 +02:00
signals.py policies: fix error when clearing policy cache when no policies are cached 2021-03-13 21:10:13 +01:00
types.py events: add EMAIL_SENT event, show sent emails in event log 2021-06-09 10:28:32 +02:00
utils.py *: replace Dict from typing with normal dict 2021-02-18 13:41:03 +01:00
views.py policies: don't use policy cache when checking application access 2021-06-20 13:30:07 +02:00