Issue with Token Generation in ASP.NET Core 8 using Azure AD B2C: Error AADSTS50049
I’m working on an ASP.NET Core 8 API called ApiApp
secured with Azure AD B2C and an ASP.NET Core MVC application called WebApp
. Everything works fine, and I can call ApiApp
from WebApp
.