Posted on 07-05-2024 07:05 AM
I'm looking to setup, add a domain (DRC WIDA testing) to a configuration profile with "Relaxed Domains" for our iPads. I don't see it anywhere I've looked in Jamf Pro configuration profiles, but Apple and WIDA have references to it. This would allow us finally to not have to manually toggle Cross-Site tracking to "on" on each iPad!!!!
I've setup a custom configuration as described but I'm hoping there is a non-custom method that I'm just missing.
This functionality is supported by a key in the Domains payload CrossSiteTrackingPreventionRelaxedDomains.
From WIDA / DRC Insight
Supervising iPadOS Devices
|
Posted on 07-05-2024 07:35 AM
Looks like Apple gives an example of what the xml should look like. Have you tried making a .mobileconfig and uploading it to Jamf to deploy? Jamf does not have GUI elements for everything you can do with MDM. Just be aware to sign the .mobileconfig as Jamf is well known for breaking key pairs it does not understand when deploying if its not signed.
Cross-Site Tracking Prevention for relaxed domains example - Apple Support
Posted on 07-08-2024 08:20 AM
For those of us who are not coders, do I only need to change the Apple example to include the following and save it as a .mobileconfig file to upload?
<key>CrossSiteTrackingPreventionRelaxedDomains</key>
<array>
<string>DRC-centraloffice.com</string>
<string>http://drc-centraloffice.com:55222</string>
<string>DRCedirect.com</string>
<string>WIDA-ams.us</string>
</array>
Posted on 07-15-2024 11:44 AM
I used iMazing's Profile editor to create one, even though it's very simple as it had the "Relaxed Domain" category that Jamf Pro is missing from its domain section.
2 weeks ago
So I have just found this thread and I am trying to do this as well and I can't with Jamf Pro. Attached is what I have added to the App Configuration. The Org ID comes to the iPads just fine. But it does not seem like the URLS are being added.
2 weeks ago
I believe it needs to be in a configuration profile - not the app config. I was able to create one with the Profile Editor mentioned above - but I think I had an issue with the signing of the cert. In the end we only have a few devices that need this setting adjusted so we just make sure staff check it before starting.
2 weeks ago
I did download the iMazing and added the URLS. When I upload the config profile I do not see them as apart of the configuration. We are trying to get this to work as we test from grades 3-12 and probably about 1500 iPads that need the toggle turned on. This would just help us alleviate a headache for ourselves as well as teachers and students trying to test.
2 weeks ago
Are you looking for it in the app config? or in the device management on the device itself?
2 weeks ago
That was a my bad never checking the device itself. I do see the config profile and has the URLS listed there. I am still getting an error saying that content couldn't be retrieved. I have whitelisted all 4 domains as well in content filtering. I am unsure of what to try next to get this working.
2 weeks ago
I noticed that the preceding and trailing <string> </string> was not in the iMazing config. Was it supposed to be? Ive hit this wall (just under 3k ipads deployed for kids starting testing next month) and followed the config profile example above, with and without the string statements.
2 weeks ago
I am also trying to configure our devices to use on-site servers without touching every iPad in the district. We utilized the profile editor, imported into JAMF Pro, and I can see the domains on the device, but the error message is still displayed for retrieving data.
Has anyone tried to code the app in order to enable the DRC toggle switch by default? I am not sure if this is possible, or what the field names would be, but if we can send the Org Unit by app config perhaps the toggle can also be manipulated.
2 weeks ago
Hello everyone,
I was successful in getting this to work. See the attached screen shot, it shows how we had to set it up with Jamf PRO and iMazing Profile creator. This was the response from DRC in my help ticket with them. Also attached below is a screen shot of my iMazing profile I uploaded to Jamf PRO.
You mentioned allowing "domains," please allow the specific URLs on those allowlisting tables from both the WIDA and Pennsylvania Technology User Guides (links provided in previous email) to be as specific as the DRC allowlisting tables specify.
Additionally, I came across this information from another user who was having a similar issue with getting his MDM to properly control their iPadOS 18.1 iPad's Cross-Website Tracking--maybe it will work for your MDM & iPads.
He said, "After adding the new key below to the mobileconfig file, we were able to log into WIDA DRC Insight without error, and did not have to manually enable the “Allow Cross-Website Tracking” toggle on each iPad.
<key>CrossSiteTrackingPreventionRelaxedApps</key>
<array>
<string>com.drc.wbte-ipad.drc</string>
</array>
2 weeks ago
CONFIRMED SOLUTION! 😁🎆
THANK YOU SO MUCH!!!
This worked beautifully for us and we were able to get an entire class logged in without checking the box!
2 weeks ago
So is the solution that only the new key is needed? or the new key AND the profile?
2 weeks ago
I had to add the new key to the profile with the URLS and then uploaded it and everything worked.
2 weeks ago
I am not finding the key for Cross Site Tracking Prevention Relaxed Apps in iMazing.
2 weeks ago
I am not sure what to say as that is what I used. I am running version 1.9.2. Maybe it needs an update. I also had the profile saved and reopened it and appended to it.
2 weeks ago
My app was up to date but the Preference Manifests were not. After I quit the app a few times I got the pop up to update those lists. Now the key appears in Domains. Will give it a try again
Thanks all.
2 weeks ago
Thank you. This seems to have fixed the issue for us as well.
2 weeks ago
Are you using a self signed cert?