Hi team. I have different workspaces that have das...
# gd-beginners
z
Hi team. I have different workspaces that have dashboards. Each workspaces will map to a subscription in our product. Now coming to the point i want to embed the dashboard with the restriction that user can only see their work space dashboard. Where i am confused is to authenticate user what i really want is to use my auth 0 token that i use for authentication to be valid for good data authentication and i want to be background authentication. so the flow should be user logs in to our product and navigate to some route let say report-1 then i should be able to authenticate the user and get the relative dashboard with read access only. On the backend i got that i can get the workspace and dashboard information using api bearer that is clear to me what really confuses is to authenticate user on front-end react.
j
Hi Zeeshan, could you please confirm if you are using UI SDK for your integration? If so, you can find information on this HERE For general information about your own OIDC provider, you can find the configuration information HERE If you are facing issues with authentication, please let us know the error you are running into and we can check our logs for the attempt and help troubleshoot any issues.
z
Thanks Joseph for the reply. I just need to embed the dashboard. Each User has a subscription and each subscription will map to a work space. I am thinking to go with UI SDK but still then i can not use API Token Authentication. the option left is to use JWT or Context deferred authentication. But i am not sure how to sing in silently using Context deferred authentication. Also do i have to register every user to good data then.
m
Hi Zeeshan, may I know if you were successful with the implementation? Is there anything you need a hand with? If so, please send us an error or trace Id and we will be glad to check on our end.
z
Hello Moises yeah we did it. Thanks