Forum Discussion
pkiman
2 years agoLevel 1.5: Cupcake
Android Enterprise BYOD Wifi Profile - disable auto-connect not working
Hi all, Been dealing with this issue for Android devices. We're implementing EAP-TLS for an enterprise wifi. Devices are connected to the network. But one thing that brought attention to us is ho...
weberda
12 months agoLevel 2.0: Eclair
Hi pkiman
on our side we had the issue the other way around. Our devices did not connect automatically to our hidden EAP-TLS wifi network and we raised a case with MS.
We then were pointed to the case that Intune Admin UI does not have an UI element for "connectAutomatically". We were advised to change a value in the JSON representation of the WiFi profile via Graph API.
Maybe you can look into the Graph API values either by using the developer tools when navigating through the Intune Admin Portal or by making the GET calls by yourself.
... stripped values from our profiles:
"connectAutomatically": true,
"connectWhenNetworkNameIsHidden": true,
"wiFiSecurityType": "wpaEnterprise",
"eapType": "eapTls",
...
Related Content
- 11 months ago
- 8 months ago