|
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.
Notice Regarding Automatic Registration
If automatic registration is preconfigured, the Welcome Screen will be skipped and the user will be registered automatically.
As a result, the user will no longer have the option to decline the transmission of error reports before registration.
However, the error reporting setting can still be adjusted afterwards under Settings. Like automatic registration itself, this setting can also be preconfigured via sendErrorLogs.
Properties
The following properties can be specified per registration:
|
Property |
Necessity |
|---|---|
|
required |
|
|
required |
|
|
required |
|
|
required (if adEmail is not used) |
|
|
required (if emailAddress is not used) |
|
|
required (if adRemarkgroup is not used) |
|
|
required (remarkgroupId is not used) |
|
|
optional |
|
|
optional |
|
|
optional |
|
|
optional |
Example
Android
"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
<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>