Replies: 1 comment 2 replies
-
|
Hi @yugviren! I'm Dosu and I’m helping the superset team. The 403 errors you're seeing on dashboard, dataset, and chart API calls are almost certainly a permissions issue on the guest role, not a missing bearer token. The Embedded SDK handles authentication automatically — you do not need to pass a bearer token in your JS code. The guest token (sent via the Here's a checklist to resolve the 403s:
Since you mentioned you're using Java/JSP on the backend, your flow should be:
The most likely culprit for your 403s is the guest role missing required permissions, especially the newer ones added in v6. I'd start by auditing the permissions on your To reply, just mention @dosu. How did I do? Good | Irrelevant | Incorrect | Verbose | Hallucination | Report 🐛 | Other |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
I am trying to embed dashboard with my web application. All API calling handled by SDK automatically only need to arrange guest token. Till ambed api working as per expectations but dashboard, dataset and graph API response with 403. After an week I am confused that it need bearer token in js code to complete loading of dashboard. If yes which SDK js version support or I should go with older version of superset. Please help me out to came out of this situation..
Thanks
Beta Was this translation helpful? Give feedback.
All reactions