blueprints: fix mismatched stage name in example 2fa login flow (#24668)

This commit is contained in:
Jens L.
2026-08-04 16:19:13 +01:00
committed by GitHub
parent bba66b8866
commit 08c6b826fe

View File

@@ -34,8 +34,8 @@ entries:
- username
template: stages/identification/login.html
- identifiers:
name: default-authentication-flow-mfa
id: default-authentication-flow-mfa
name: default-authentication-mfa-validation
id: default-authentication-mfa-validation
model: authentik_stages_authenticator_validate.authenticatorvalidatestage
- identifiers:
name: default-authentication-password
@@ -58,7 +58,7 @@ entries:
model: authentik_flows.flowstagebinding
- identifiers:
target: !KeyOf flow
stage: !KeyOf default-authentication-flow-mfa
stage: !KeyOf default-authentication-mfa-validation
order: 30
model: authentik_flows.flowstagebinding
id: flow-binding-mfa