Relative Content

Tag Archive for asp.net-mvcazure-active-directorymicrosoft-graph-apiazure-identitymicrosoft-entra-id

Why is a Microsoft Graph response telling me that there is no Location Header set?

In my ASP.net Core MVC 8 application, I am using Microsoft Graph to get a list of members of an Azure Active Directory group. The authentication used is Microsoft Entra. How come when I try to call the Graph API in my controller, this error gets thrown? System.InvalidOperationException: ‘Unable to perform redirect as Location Header is not set in response’