Microsoft UC Application Setup#

Microsoft

Only for the Microsoft configuration.

Overview#

To manage and provision Microsoft applications, Automate must be able to authenticate with Microsoft Entra, one or more PowerShell proxy servers, Microsoft Teams, and Microsoft Exchange Online.

This step sets up the authentication between MS 365, MS Teams, and Automate, and sets up the PowerShell proxy server.

Some of the details generated during this setup (for example, the client/application ID) is used in VOSS Automate to configure the Microsoft tenant connection parameters.

@startuml
'Microsoft UC Application Setup Flowchart
!include style.iuml
start
:[[../src/user/ms-shared-central-app-registration.html Configure shared central app registration]];
:[[../src/user/pshell-proxy-setup-script.html Run the PowerShell proxy server setup script]];
:[[../src/user/test-tenant-connection.html Test the PowerShell proxy connection to the tenant]];
if (Set up AudioCodes?) then (YES)
:[[../src/user/concepts-audiocodes-devices.html AudioCodes Devices]];
endif
stop
@enduml

Note

For details around the URLs, ports, and protocols that Automate uses to connect to the PowerShell proxy and the Microsoft 365 tenant, and which the PowerShell proxy uses to connect to the tenant, see:

Network Communications External to the Cluster

Related Topics