IBI-aws MobileClient

mdmApplicationId

Available from version

1.8.0

Necessity

required

Value type

text

Description

Required for authenfication on Microsoft Entra ID (formerly Azure active directory).

Is generated when an app is stored as enterprise application in Microsoft Entra ID (formerly Azure Active Directory).

Example

Android

JavaScript
"managedProperty": [
  {
    "key": "mdmApplicationId",
    "valueString": "b083a324-9a51-4638-8f63-853e4f2a62a7",
  }
]

iOS

XML
<key>mdmApplicationId</key>
<string>b083a324-9a51-4638-8f63-853e4f2a62a7</string>