Skip to main content
Skip table of contents

Configuration

Sample configuration

Sample configuration Android
JS
{
  "kind": "androidenterprise#managedConfiguration",
  "productId": "ibi.aws.mobileclient",
  "managedProperty": [
    {
      "key": "tenantId",
      "valueString": "00000000-0000-0000-0000-000000000000"
    },
    {
      "key": "mdmApplicationId",
      "valueString": "b083a324-9a51-4638-8f63-853e4f2a62a7"
    },
    {
      "key": "mdmRedirectUri",
      "valueString": "ibiawsmobileclientauth://ibi.aws.mobileclient"
    },
    {
      "key": "adEmail",
      "valueString": "email"
    },
    {
      "key": "adRemarkgroup",
      "valueString": "extension_58b4161c-30a0-4119-a326-6b5fefa8436f_remarkgroup"
    }
  ]
}


Sample configuration iOS
XML
<dict>
  <key>tenantId</key>
  <string>00000000-0000-0000-0000-000000000000</string>
  <key>mdmApplicationId</key>
  <string>b083a324-9a51-4638-8f63-853e4f2a62a7</string>
  <key>mdmRedirectUri</key>
  <string>ibiawsmobileclientauth://ibi.aws.mobileclient</string>
  <key>adEmail</key>
  <string>email</string>
  <key>adRemarkgroup</key>
  <string>extension_58b4161c-30a0-4119-a326-6b5fefa8436f_remarkgroup</string>
</dict>

Available configurations

In addition to the generally available configuration options, the following ones are available:

JavaScript errors detected

Please note, these errors can depend on your browser setup.

If this problem persists, please contact our support.