I want to achieve user impersonation using Azure AD for my application.
For authentication and authorization of the user, I use MSAL-Angular library, as my application is in Angular 7.
I am calling the Function Apps using the authorization token for the logged-in user. Is there a way, I can get the authorization token for a different user?
I tried, but could not find any proper documentation for the same.