Has anyone tried doing this within Meraki?
We are trying to get our Content Filtering solution to utilize the owner that is identified within Meraki to pass through so users do not need to authenticate.
Here is the string we have built while working with Securly.
However, when I look on the iPad I do not see the actual owner name is being pushed to the device.
I do have an open case with support already, but it's gone to development for further research. I thought I would see if anyone has tried getting the variables to work like this as they work fine for this.
Solved! Go to solution.
So the fix to getting this to work was to create a custom Apple profile through Apple Configurator 2. Once I added this line into the Global HTTP Proxy section under the Proxy PAC URL, Meraki was then able to insert the correct owner username into the string.
Hello @vassallon
Thank you for sharing the details. Looks like this is something that needs to be investigated by our internal teams. Please do share any update you receive on this thread so that we keep the community upto date.
Let me know if you have any questions.
Regards,
Meraki Team
Support has given me an answer so far of that variables are supported in this method for setting up Proxy Pac files, which doesn't quite seem right as variables "should" be able to return data whenever they are called.
I have also opened a case with Apple Enterprise support to see what they have to say on the matter.
I would think if other MDMs can do this functionality then Meraki should be able to as well.
Variables already worked for our profiles, see this thread https://community.meraki.com/t5/Endpoint-Management-Systems/Exchange-online-Microsoft-Office-365-not...
But we are facing here another issue with custom profiles
So the fix to getting this to work was to create a custom Apple profile through Apple Configurator 2. Once I added this line into the Global HTTP Proxy section under the Proxy PAC URL, Meraki was then able to insert the correct owner username into the string.
Hi @vassallon,
Would you be able to explain that a little further or provide a screenshot from Apple Configurator? We are going through this now with Securly. Does this fix require each device to be reprovisioned with Apple Configurator?
Thank you.
I am currently working on this exact issue in a trial of Securly and I am getting the same issue and Securly support and I just seem to be going round and round. I have the following URL in my PAC URL:
https://useast2-www.securly.com/smart.pac?fid=[REDACTED _account _URL]&user=$OWNERUSERNAME@blwd.k12.pa.us
I cannot get the user name to resolve in Securly.
Was there another element that you added to the profile/setting that pushed this data to the iPad so that Securly could pull it and resolve the name (email) of the user?
@m_lingenfelter and @rossbryant
Here is what I created for a profile in Apple Configurator 2.
This is the string I use but sanitized.
I then upload the created profile into Meraki and have it push out to student devices.
When Meraki pushes it onto the device is when the variable is sorted out and injected into the string that ends up on the iPad.
Please if you have any questions feel free to reach out to me.