Javier Calvarro Nelson
Javier Calvarro Nelson
@TanayParikh you are doing work in this area, so I'm going to hold-off on this one until you are done, since I'm not sure what impact it'll have. My goal...
@snapfisher thanks for the details. Seems like something is going on here.
I've spent a chunk of time investigating this in the past couple of days and I believe it comes down to some changes AAD made to avoid requesting all scopes...
@igalfsg that's more or less what needs to happen. The issue is that `AdditionalScopesToConsent` no longer works, so instead of requesting the scopes upfront, they need to be requested incrementally...
We addressed this for 7.0, the fix will be available in RC2 https://github.com/dotnet/aspnetcore/pull/43954
@James764 thanks for contacting us. We've significantly changed our approach to developing SPAs in .NET 6.0 and as a result we no longer make use of the SpaProxyMiddleware in our...
# Architecture of Single Page Application templates The SPA templates for Angular and React offer the ability to develop Angular and React applications that are hosted inside a .NET backend...
I guess these can be linked https://github.com/dotnet/AspNetCore.Docs/issues/25028
@AB017JH thanks for contacting us. Can you create a minimal repro project as a public github repository and share it with us? I believe you can set `CopyOutputSymbolsToOutputDirectory` to false...
@AB017JH if you perform a build from the command line, does it reproduce? (for example with dotnet build). If you have a minimal repro you could create a binary log...