I have a simple .NET 6 app where users login through Azure AD. Is there a way to do impersonation where my admins can login as any user for troubleshooting purposes?
My app is using Microsoft.Identity.Web, I don't have an API or anything at this point. Just a simple web app protected by AAD.