79342170

Date: 2025-01-09 10:07:13
Score: 0.5
Natty:
Report link

I encountered this issue in an ASP.NET Core Razor app with .NET 8.0. I was able to fix it by performing the following steps:

  1. Edit launchSetting.json and adding the web url under https --> applicationUrl
  2. Re-run the Connected Services --> Microsoft Identity Platform wizard from inside Visual Studio 2022. Create a new App Registration and link it.

The actions this wizard takes includes the missing step.

Reasons:
  • No code block (0.5):
Posted by: ScottB