IBI-aws MobileClient

intuneRegistrations


Available from version

1.15.0

Necessity

optional

Value type

text

Description

This property can be used to specify multiple registries via Microsoft Azure AD / Intune.

A JSON array is specified as the value, where each of the JSON objects it contains represents a registration.

Properties

The following properties can be specified per registration:

Property

Necessity

tenantId

required

mdmRedirectUri

required

mdmApplicationId

required

emailAddress

required (if adEmail is not used)

adEmail

required (if emailAddress is not used)

remarkgroupId

required (if adRemarkgroup is not used)

adRemarkgroup

required (remarkgroupId is not used)

supportEmailAddress

optional

categories

optional

historyOffset

optional

allowLogout

optional

Example

Android

JavaScript
"managedProperty": [
  {
    "key": "intuneRegistrations",
    "valueString": "[{\"mdmApplicationId\": \"b083a324-9a51-4638-8f63-853e4f2a62a7\", \"mdmRedirectUri\": \"ibiawsmobileclientauth://ibi.aws.mobileclient\", \"emailAddress\": \"sample@company.com\", \"remarkgroupId\": \"76b7c55a-89b1-48bf-96df-71304613c346\", \"historyOffset\": 30}]"
  }
]

iOS

XML
<key>intuneRegistrations</key>
<string>[{"mdmApplicationId": "b083a324-9a51-4638-8f63-853e4f2a62a7", "mdmRedirectUri": "ibiawsmobileclientauth://ibi.aws.mobileclient", "emailAddress": "sample@company.com", "remarkgroupId": "76b7c55a-89b1-48bf-96df-71304613c346", "historyOffset": 30}]</string>