redash icon indicating copy to clipboard operation
redash copied to clipboard

Authentication using JWT token does not update when JWT token is updated

Open umamaheshwar-mialo opened this issue 5 months ago • 0 comments
trafficstars

I am using Redash from my UI application. I have token based authentication, which happens using identity server.

Issue: User is authenticated on UI, JWT token is created. Call to api/dashboards calls the redash api's using the existing token. On UI I update my user role (same user with different data permissions) Here the JT token is not getting updated, it is taking the old user role JWT. Where do I need to update my JWT to have updated data in JWT.

Please suggest

umamaheshwar-mialo avatar Jun 15 '25 16:06 umamaheshwar-mialo