You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi I'm new to Auth0 and authentication. I worked through the tutorial[https://auth0.com/blog/build-and-secure-fastapi-server-with-auth0/] and keep getting a 403 error: {"detail":"Invalid issuer"}% when I use the command:
@jessicalundin I had the same issue, but found the problem was my .env file.
change
AUTH0_ISSUER = https://XXX.auth0.com
to
AUTH0_ISSUER = https://XXX.auth0.com/
and it should work. At least that's where I found I was going wrong.
Hi I'm new to Auth0 and authentication. I worked through the tutorial[https://auth0.com/blog/build-and-secure-fastapi-server-with-auth0/] and keep getting a 403 error: {"detail":"Invalid issuer"}% when I use the command:
I can run the sample commands within Auth0 to get the access token, so clearly this piece is working.
the .env file:
Current thought is the JWT token is not working.
The text was updated successfully, but these errors were encountered: