Did you find an answer to this. I've just started looking into the Intercept X for Mobile but looks like we need to purchase Sophos Mobile which looks like another MDM. Was wondering if it's possible to install intercept X for Mobile and have an overview of the device in Sophos Central.
For anyone who came across this looking for assistance to accomplish the same, here are the basics for Sophos Cloud. You will need your generated connection code from Sophos mobile to use the basic app management code below. Replace the "REPLACE ME" section between strings with your generated connection code, go to your mobile device apps in Jamf, and place the code under the App Configuration preferences for Sophos Intercept X for Mobile.
For further customization, the SpecForm generator I used can be found here (https://www.appconfig.org/www/appconfigspeccreator/) after which you will need to convert it using this (https://beta.appconfig.jamfresearch.com/generator) then paste in the app configuration tab.
<dict>
<key>smcData</key>
<string>REPLACEMEWITHCONNECTIONCODE</string>
<key>deviceId</key>
<string>UDID</string>
</dict>
For anyone who came across this looking for assistance to accomplish the same, here are the basics for Sophos Cloud. You will need your generated connection code from Sophos mobile to use the basic app management code below. Replace the "REPLACE ME" section between strings with your generated connection code, go to your mobile device apps in Jamf, and place the code under the App Configuration preferences for Sophos Intercept X for Mobile.
For further customization, the SpecForm generator I used can be found here (https://www.appconfig.org/www/appconfigspeccreator/) after which you will need to convert it using this (https://beta.appconfig.jamfresearch.com/generator) then paste in the app configuration tab.
<dict>
<key>smcData</key>
<string>REPLACEMEWITHCONNECTIONCODE</string>
<key>deviceId</key>
<string>UDID</string>
</dict>
To obtain your connection code navigate to Sophos Central
Click Mobile on the left side under your products.
Click Setup in Settings -> Sophos Setup -> Third Party EMM
This is the area where you can setup the connection code. Once you obtain your connection code, paste in into where @user-PSNfcUCjmc has written <string>REPLACEMEWITHCONNECTIONCODE</string> under the apps App Configuration Tab in preferences on JAMF.