Hi Team,
We are trying to set MDM with NETransparentProxyManager to auto-approve the proxy, but it did not work.
We have tried the below Apple document for NETransparentProxyManager. https://developer.apple.com/documentation/devicemanagement/vpn/transparentproxy. Attached is the config file.
could you please suggest how to configure NETransparentProxyManager via MDM?
I’m not exactly an expert on configuration profiles, but I looked through your example and spotted a problem with your VPNSubType
setting. The docs reference two bundle identifiers:
-
com.example.app.provider
for the NE provider. -
com.example.app
for the container app.
Your example uses com.company.network-extension
for both.
ps If you want to redact bundle IDs, I have a trick for how to do that in Posting a Crash Report. This style of redaction makes it easier to track which ID is which.
Share and Enjoy
—
Quinn “The Eskimo!” @ Developer Technical Support @ Apple
let myEmail = "eskimo" + "1" + "@" + "apple.com"