User1325343359 posted
Hi Janshair,
thanks for your reply, but i am not really understanding what are trying to say. Maybe i rephrase my question. Is it possible to create a service account in Azure AD and set the service account as execution account for the Azure ASP.NET MVC application?
And then restrict access to the Azure WebAPI application to exactly this service account? This way it would be 100% secure that only the ASP.NET application has access to the WebAPI.
Or with other words: I am looking for an Azure mechanismen that rejects every external call, but only allows internal Azure calls from a special Azure account. It would be cool if i can restrict this security to certain controllers, but not the whole WebAPI
application. But if its not possible then its also OK.