Scope in JWT not verified by jwtAuthz

I’ve just recently started using Auth0 - I followed this tutorial pretty closely while getting set up.

I just finished setting up my api endpoint

I then tried calling it using the token generated by getAccessTokenSilently

The JWT does contain the correct scope, and the endpoint is set up correctly (I tested it without securing the endpoint) but for some reason jwtAuthz won’t recognize it.

Thank you!

I fixed it using the solution from this thread

This topic was automatically closed 14 days after the last reply. New replies are no longer allowed.