The enrollment flow blueprint was failing with error: "Model authentik.tenants.models.Tenant not allowed" This is because the tenant/brand model is restricted in Authentik's blueprint system and cannot be modified via blueprints. Changes: - Removed the tenant model entry (lines 150-156) - Added documentation comment explaining the restriction - Enrollment flow now applies successfully - Brand enrollment flow must be configured manually via API if needed Note: The enrollment flow is still fully functional and accessible via direct URL even without brand configuration: https://auth.<domain>/if/flow/default-enrollment-flow/ Tested on: black client deployment Blueprint status: successful (previously: error) 🤖 Generated with Claude Code Co-Authored-By: Claude <noreply@anthropic.com> |
||
|---|---|---|
| .. | ||
| authentik_api.py | ||
| configure_2fa_enforcement.py | ||
| configure_invitation_flow.py | ||
| custom-flows.yaml | ||
| enrollment-flow.yaml | ||
| invitation-flow.yaml | ||