Use Microsoft Graph API to get information about current user in ASP.NET Core MVC app
I want to use Microsoft Graph API in ASP.NET Core MVC app to get information about current user. However, when the Graph Service Client attempts to fetch the user data in the controller (trying to populate entraIDUser
variable), the request seems to hang indefinitely and never completes.