Auth0 token authentication issue
I am using auth0 for user access with a react front end and .net server. I am trying to pass the jwt token to the backend for verification. However when I try to see if the user is authorized when debugging server the user is not authorized and they have 0 claims. Additionally if you look at the code below you can see the RoleClaimTyoe is pointed to a custom url retrieved from the Token. When debugging the access it seems to point towards the standard microsoft.identity path.