Nov 29 2017 09:27 AM
We noticed that auto-configuring the iOS mail app needs user consent in recent iOS versions.
The instructions are also updated by MS https://support.office.com/en-us/article/Set-up-email-using-the-iOS-Mail-app-7e5b180f-bc8f-45cc-8da1...
The problem is we disabled the feature that users can consent to 3rd party apps
UsersPermissionToUserConsentToAppEnabled : False
I managed to give admin consent for iOS Accounts, so problem solved until the client-id changes. I couldn't find much info on this issue and also MS support couldn't help. Is it so special that we disabled user consent in our tenant?
Nov 29 2017 10:42 AM
SolutionThere is no issue here, the folks at Apple simply updated the app to use Modern authentication, finally. It's actually a good thing as it means you can have "native" MFA experience and so on. The consent is also part of this, and you already know how to control it, which is another good thing - you have a better understanding which users are using which apps, etc. You are certainly not the first organization to disable that option :)
Nov 30 2017 06:41 AM
Thank you for your response, it's getting more clear to me.