Wifi configuration profile is not working in iOS 11!

While connecting a WPA2 Enterprise Wifi with preconfigured username and password via confiuration profile in iOS 11, it always asks for identity certificate. Even if password is not preconfigured, it still asks for identity cert. We are unable to enter a username + password on the device at all. In previous iOS versions it prompts for password. This looks like a very critical issue! Occurs in GM seed too. Has anyone faced it?

<key>PayloadDisplayName</key>
<string>Wifi Profile Configuration</string>
<key>SSID_STR</key>
<string>MyEnterpriseWifi</string>
<key>AutoJoin</key>
<true/>
<key>HIDDEN_NETWORK</key>
<false/>
<key>EAPClientConfiguration</key>
<dict>
<key>AcceptEAPTypes</key>
<array>
<integer>25</integer>
</array>
<key>EAPFASTUsePAC</key>
<false/>
<key>EAPFASTProvisionPAC</key>
<false/>
<key>EAPFASTProvisionPACAnonymously</key>
<false/>
<key>OuterIdentity</key>
<string></string>
<key>UserName</key>
<string>username-empid</string>
<key>UserPassword</key>
<string>********</string>
</dict>
<key>EncryptionType</key>
<string>WPA</string>
<key>ProxyType</key>
<string>None</string>

Glad to find this post as we are facing the same problem.


We tried to use Apple configurator to push the WiFi profile, it works on iOS 10 and earlier but not on the iOS 11.

The password field is replaced by the identity certs. User can no longer put in their AD password to connect. There is no doucmented changes from Apple side either.

Wifi configuration profile is not working in iOS 11!
 
 
Q