Sync with Flow Through

When using sync with flow through provisioning for Microsoft users, you will need to configure several settings in VOSS-4-UC (including flow through provisioning criteria) before the initial sync from the Microsoft Cloud. This allows VOSS-4-UC to apply the correct configuration, licenses, policies, and services to imported users, and to move users to sites.

Once you run the sync, the tenant dialplans, policies, and licenses are imported to the customer level, while users are imported, provisioned, licensed, and moved to the correct sites, as subscribers.

The flowchart sets out the sync with flow through of Microsoft user and services.

Prerequisites:

@startuml
'Sync with Flow Through Flowchart
!include style.iuml

start
note right: Prerequisite is Microsoft Configuration
:[[../src/user/concepts-model-filter-criteria.html Model Filter Criteria]];
note right:  For Overbuild, Flow-through
:[[../src/user/modify_site_default_dp.html Site Defaults]];
note right: Overbuild enable, defaults and filter
:[[../src/user/quick_add_group.html Quick Add Group]];
note right: CFTs for MS 365, MS Teams (incl. Licenses)
:[[../src/user/business-admin/concepts-config-BAP-subscriber-profiles.html Subscriber Profile]];
note right
* Quick Add Group
* Only MS services
* Telephony (MS enterprise voice)
end note
:[[../src/user/concepts-flow-through-provisioning-criteria.html MS Flow Through Provisioning Criteria]];
note right
  * Used in Global Settings
  * Uses Model Filter Criteria
  * Uses a Subscriber Profile
  * Uses a Role
end note
:[[../src/user/concepts-global-settings.html Global Settings]];
note right
* Enable Flow Through
* Subscriber criteria/profile
end note
:Sync;
 note right
 * Default syncs and schedules created
 * Tenant data syncs on save
end note
fork
  -> Customer level;
:[[../src/user/ms-tenant-dialplan.html Tenant Dialplan]];
fork again
-> Customer level;
:[[../src/user/ms-teams-policies.html Policies]];
fork again
-> Customer level;
:[[../src/user/concepts-ms-licenses.html Licenses]];
fork again
-> Site level;
:MS Subscribers;
note right: Flow Through
end fork
end
@enduml