@declanmorgan008 @ErikT were you able to get this fixed up? I'm working to configure our trial Lansweeper classic w/ helpdesk to connect to Microsoft Graph for the sake of managing emails. I've followed the instructions pretty carefully, but there appears to be a lack of precision in one or two spots.
Within the "e-mail alerts" configuration page, I get this error regardless of if I am using an email address that has been granted permissions to the registered app or not:
The E-mail server has not been configured correctly: Http call to MS Graph has failed with status code Forbidden: {"error":{"code":"ErrorAccessDenied","message":"Access to OData is disabled."}} (Last tried: 2023-03-02 21:53:40)
I've followed these instructions carefully:
Create a Microsoft Cloud Services application for scanning and mailing - Scanning your network - Lan...
Create a Microsoft Cloud Services application for scanning and mailing - Scanning your network - Lan...
When I run this in powershell: Test-ApplicationAccessPolicy -identity myemail@domain.com -appid (my_registered_app_ID)
I get this: AccessCheckResult : Granted
Has anyone else had this problem?
Thanks!