From b6c4ba6594463ff8bf5cd617895b79e534544657 Mon Sep 17 00:00:00 2001 From: Jens Langhammer Date: Wed, 3 Jan 2024 19:04:26 +0100 Subject: [PATCH] add default mobile setup flow Signed-off-by: Jens Langhammer --- ...ow-default-authenticator-mobile-setup.yaml | 25 +++++++++++++++++++ 1 file changed, 25 insertions(+) create mode 100644 blueprints/default/flow-default-authenticator-mobile-setup.yaml diff --git a/blueprints/default/flow-default-authenticator-mobile-setup.yaml b/blueprints/default/flow-default-authenticator-mobile-setup.yaml new file mode 100644 index 000000000..f288f3385 --- /dev/null +++ b/blueprints/default/flow-default-authenticator-mobile-setup.yaml @@ -0,0 +1,25 @@ +version: 1 +metadata: + name: Default - Mobile MFA setup flow +entries: +- attrs: + designation: stage_configuration + name: default-authenticator-mobile-setup + title: Setup Mobile authentication + authentication: require_authenticated + identifiers: + slug: default-authenticator-mobile-setup + model: authentik_flows.flow + id: flow +- attrs: + configure_flow: !KeyOf flow + cgw_endpoint: prod-eu-central-1.cgw.a7k.io + identifiers: + name: default-authenticator-mobile-setup + id: default-authenticator-mobile-setup + model: authentik_stages_authenticator_mobile.authenticatormobilestage +- identifiers: + order: 0 + stage: !KeyOf default-authenticator-mobile-setup + target: !KeyOf flow + model: authentik_flows.flowstagebinding