Add flow-0.10.50 and update documentation
This commit is contained in:
@@ -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.
|
||||
|
||||
Reference in New Issue
Block a user