I am using in-built authentication of Azure App service to authorize access to my ASP.NET core app - https://learn.microsoft.com/en-us/azure/app-service/overview-authentication-authorization . Is there a way to mimic what Azure App service does in my machine so that I can run the same integration test on my local endpoint and cloud endpoint.
Thanks in advance!