Add flow-0.10.50 and update documentation

This commit is contained in:
Gitea Actions
2026-04-20 20:10:22 +00:00
parent 38aece1f8b
commit e6b5735072
3 changed files with 135 additions and 77 deletions

View File

@@ -64,6 +64,16 @@ global:
# Must match the audience with /.default suffix
scope: ""
# -- Super Admin configuration
# Users from this Entra tenant are automatically granted SuperUser (global admin) role.
# This is the "owning" organization — the team operating the Flow platform itself.
# On a fresh installation, the first user from this tenant to log in becomes SuperUser.
superAdmin:
# -- The Entra Directory (tenant) ID whose users should be auto-promoted to SuperUser.
# This matches the "tid" claim in Entra tokens.
# If empty, no automatic SuperUser promotion occurs (manual assignment only).
entraTenantId: ""
# -- Keycloak authentication configuration
# When both keycloak.enabled and azureAd.enabled are true, the system runs in
# dual-auth mode — accepting JWTs from either provider during the migration period.