Latest Angular with a .net 5 back end api

Hi @bradsharp54,

Welcome to the Community!

You token is likely not a JWT because you are not passing your API as the audience in the auth request.

Here is a FAQ that explains it:

Here is our angular example that shows how to include an audience (this should be the identifier of your API that you have registered in the Auth0 dashboard). I would recommend looking over this document as is explains it in detail.