Post-Tyranny-Tech-Infrastru.../ansible/roles/authentik/files
Pieter 669d70f98e feat: Implement Authentik flow configuration via blueprints
- Created custom-flows.yaml blueprint for:
  * Invitation stage configuration
  * Recovery flow setup in brand
  * 2FA enforcement (TOTP required)

- Replaced Python API scripts with YAML blueprint approach
- Blueprint is copied to /blueprints/ in authentik containers
- Authentik auto-discovers and applies blueprints

This is the official Authentik way to configure flows.
The blueprint uses Authentik-specific YAML tags: !Find, !KeyOf
2026-01-14 14:15:58 +01:00
..
authentik_api.py feat: Complete Authentik SSO integration with automated OIDC setup 2026-01-08 16:56:19 +01:00
configure_2fa_enforcement.py Implement Authentik flow configuration via REST API 2026-01-14 08:40:00 +01:00
configure_invitation_flow.py Implement Authentik flow configuration via REST API 2026-01-14 08:40:00 +01:00
configure_recovery_flow.py Implement Authentik flow configuration via REST API 2026-01-14 08:40:00 +01:00
custom-flows.yaml feat: Implement Authentik flow configuration via blueprints 2026-01-14 14:15:58 +01:00