dotnet/dotnet-monitor

AzureAd authentication does not work on .net 8 builds of v8.0.0-rc.1

schmittjoseph opened this issue · 1 comments

In .net 8 builds of v8.0.0-rc.1 AzureAd authentication will not work. All requests will be rejected as unauthorized. I've confirmed the regression is fixed in main, so the next dotnet-monitor v8 release will have the fix.

Issue is caused by: AzureAD/microsoft-identity-web#2420

This should be fixed in the 8.0 RC 2 release.