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
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
..
admin api: add CAN_BACKUP capability 2021-06-06 12:44:43 +02:00
api outposts: fix integrity error with tokens 2021-06-13 13:36:54 +02:00
core flows: handle possible errors with FlowPlans received from cache 2021-06-27 22:03:48 +02:00
crypto crypto: fix linting 2021-06-21 16:24:03 +02:00
events events: add ability to create events via API 2021-06-26 23:37:03 +02:00
flows flows: add invalid_response_action to configure how the FlowExecutor should handle invalid responses 2021-06-28 00:22:09 +02:00
lib lib: fix regex_match result being inverted, add tests 2021-06-23 20:06:43 +02:00
managed tenants: initial implementation 2021-05-29 17:47:25 +02:00
outposts events: add ability to create events via API 2021-06-26 23:37:03 +02:00
policies flows: add invalid_response_action to configure how the FlowExecutor should handle invalid responses 2021-06-28 00:22:09 +02:00
providers flows: handle possible errors with FlowPlans received from cache 2021-06-27 22:03:48 +02:00
recovery recovery: fix error when creating multiple keys for the same user 2021-06-16 23:04:35 +02:00
root events: add ability to create events via API 2021-06-26 23:37:03 +02:00
sources flows: handle possible errors with FlowPlans received from cache 2021-06-27 22:03:48 +02:00
stages flows: add invalid_response_action to configure how the FlowExecutor should handle invalid responses 2021-06-28 00:22:09 +02:00
tenants tenants: fix tests 2021-06-27 15:12:47 +02:00
__init__.py release: 2021.6.2 2021-06-22 23:35:10 +02:00