The access token issued by auth0 is invalid when verified in jwt.io

I have implemented auth0 for authentication and login, logout feature is working as expected.
Now I have enabled RBAC and add permissions to the token feature. When I am checking the access token provided by auth0 on login, in jwt.io then its giving invalid signature. I have integrated http_Interceptor and tokens are being attached with the api calls of bearer type, I want to access the permissions assigned to the user in the token.

Hi @vimal.jaiswal

Welcome to Auth0 Community !!!

Are you getting invalid signature error in the application or its only jwt.io. As far as i know, jwt.io will always give you invalid signature error unless you paste the private key used to sign the token (please dont paste private keys). The token should have permissions in it. Please refer to this doc Permissions

Let us know if this helps

Thank you
Jeff

1 Like

Thanks for helping on this one Jeff!

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