Azure app registration - OAUTH2

Virtual Tech 106 Reputation points
2020-06-09T20:50:01.033+00:00

Hi All

Is there a way to monitor disconnections from OAth apps registerred in Azure applications?

Integration services between the CRM System (SAP C4C) and Microsoft Exchange Online. Many of our users are complaining the synchronization is not working anymore.

I can see the application registered in Azure.

Is there a way to troubleshoot from here https://testconnectivity.microsoft.com/tests/o365

I suppose I will start trouble-shooting the clients internet connection...

Azure App Service
Azure App Service
Azure App Service is a service used to create and deploy scalable, mission-critical web apps.
6,958 questions
{count} votes

2 answers

Sort by: Most helpful
  1. Marilee Turscak-MSFT 34,306 Reputation points Microsoft Employee
    2020-06-18T23:11:06.057+00:00

    You can use Azure Monitor for app performance: https://learn.microsoft.com/en-us/azure/azure-monitor/overview

    This includes Application Insights to show failed and successful app requests. https://learn.microsoft.com/en-us/azure/azure-monitor/app/monitor-performance-live-website-now

    You can also select the app under Azure Active Directory and go to "Diagnose and solve problems" to troubleshoot.

    0 comments No comments

  2. NWS developer 1 Reputation point
    2021-04-27T10:34:26.077+00:00

    What user rights have to have the user to be able to accept the web app connection with OneDrive.

    We have an app which is able to use OneDrive as storage based on app registration (token).
    There is a step, where the user have to accept this connection.
    We are not able to figure out, what permissions need the user, which is trying to accept the app conection to his personal/enterprice OneDrive.

    0 comments No comments