How to get a token for downstream service in AAD
问题 I have an MVC application in which I use OpenIdConnectAuthenticationMiddleware to authenticate the user against AAD. This MVC application uses a few backend services that require the user's authentication context. If I register these services separately in AAD, I can get a token for them using AuthenticationContext.AcquireTokenSilentAsync . But registering these services separately with AAD seems wrong as they would require the user to consent to them separately (they are really part of the