- I am using angular as my client and .net core as the backend. I am trying to get the user info from auth0 in the backend .net core API. But, I am getting an unauthorized error.
I have deployed my API and client in the Azure cloud services. - When I try the same from any Rest client tool like postman I am able to get the user info using the same access token. Can anyone help me in figuring out this??
Thanks