I’ve created a very simple Angular app and an API (asp.net core web api) using quickStart guides provided
https://auth0.com/docs/quickstart/spa/angular/01-login
https://auth0.com/docs/quickstart/backend/aspnet-core-webapi/01-authorization
When I try to call the protected API from angular app I keep getting “Consent Required” error .
This happens localhost and production as well, I understand silent auth doesn’t work localhost but I’m not interested in silent auth, I can live with a letting users to give consent when calling the backend API but consent dialog never pops up.
Seems like I’m missing something obvious here? But I’ve went through many guides still can’t find an answer.