Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

Table of Contents

UCMA

UCMA is a software component by Microsoft that we install on certain servers (typically the Access Admin Portal Server).
This component allows for3rd for 3rd party developers to access and control the following aspects of Skype for Bussiness Business internal functionalities:

  • Microsoft's Enhanced Presence information.
  • Impersonating messages.
  • Telephone and video calls.
  • Audio/video conferencing.

This component integration combined with setting the Trusted Application configurations allow us to perform manipulations and use the SfB/Lync environment in order to do the following:

  • Ethical Wall policies based on Contact list - Use Contact list information pulled from the SfB environment to set certain Ethical wall policies that apply according to contact list members.
  • User/Admin notification - Send IMs to users and admins from the local SfB environment in order to notify them about Ethical wall/DLP/etc. actions that were performed.
  • Organized conference for MDM registration - Create a conference after device registration when using 3rd generation MDM to ease the registration process.

Trusted Application

As part of the installation of the UCMA certain configuration in the SfB/Lync topology. These configurations allow the environment to identify and authenticate the 3rd party application that are trying to access them (Access Admin Portal Web App/SIP Filter).

Skype for Business presents 4 entity types within the model of Trusted Applications.

Trusted Application pool

A trusted application is a Skype for Bussiness Business entity that is configured under a Server pool and represents a collection of internal functionalities/components of the Server Pool(named Trusted Application).

...

Code Block
languagepowershell
Get-CsTrustedApplicationPool

Trusted Application

A Trusted Application is an entity within the pool that specifies an identity and connectivity details for different components utilizing the Application Pool

...


A trusted application endpoint is an Active Directory contact object that enables the routing of calls to a trusted application.

Sphreshield Sphereshield requires it for IM notification and enable the ability to impersonate a SIP address 

...

Code Block
languagepowershell
Get-CsTrustedApplicationEndpoint

Trusted Application

...

Computer

Not used by Sphereshield

See Also