This morning the client complains that the website is not working. I do some checking and I confirm that there is indeed an error. The error they are seeing is: An unhandled exception occurred while processing the request. MsalServiceException: A configuration issue is preventing authentication - check the error...
I have a Blazor application that was built with .Net Core 3, and I have updated it to .Net 5 and later .Net 6 when those versions of were released. In November .Net 7 is released so I have been testing it with the .Net 7 previews. However for this update I encountered a few more issues than I remember from the other...