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/web/src/pages/flows
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
..
BoundStagesList.ts API: add endpoint to show by what objects an object is used (#995) 2021-06-10 11:58:12 +02:00
FlowDiagram.ts web: fix more special API Calls 2021-05-16 18:41:02 +02:00
FlowForm.ts *: add clear param to file upload API to delete stored file and reset field 2021-06-05 21:33:03 +02:00
FlowImportForm.ts web: fix more special API Calls 2021-05-16 18:41:02 +02:00
FlowListPage.ts web: fix flow download link 2021-06-10 21:47:40 +02:00
FlowViewPage.ts web/admin: add flow export button on flow view page 2021-06-26 22:03:19 +02:00
StageBindingForm.ts flows: add invalid_response_action to configure how the FlowExecutor should handle invalid responses 2021-06-28 00:22:09 +02:00