Issues configuring Azure App Service to return useable access token with scopes using Front-End to Back-End Authentication with AAD AppRegistrations
I am passing an accessToken from a front-end application to a back-end application. My back-end application is a .Net WebAPI and my front-end application is a Blazor WebAssembly application. I am using the /.auth/me endpoint on the WebApp to get…