...
Error Code | Error Description | Solution |
---|---|---|
Authorization code should not be empty or null for generating the access token | Try to re-authenticate the communication channel by updating the auth-info (you can find this by clicking the (three dot button) → update auth info. ) | |
MS-AADSTS53003 | AADSTS53003: Access has been blocked by Conditional Access policies. The access policy does not allow token issuance. | Check the Conditional Access policy of your organization (https://portal.azure.com/#view/Microsoft_AAD_ConditionalAccess/ConditionalAccessBlade/~/Policies), it might be that your organization have put some restriction on MS applications like location or device or sign in restrictions, due to which our service (outside of your organization) not able to connect/authenticate. |
Useful links
https://testconnectivity.microsoft.com/tests/O365Imap/input : This will help you to test the IMAP server, please select authentication type as Modern authentication(OAuth).
References
...