Hello,
I would like to grant a group of people, who logged into my internal application, access to a specific dashboard. I created a user account and assigned a Viewer role to this account. In the backend of my internal app, I’m using basic-auth to access the dashboard link, but it redirects me to the login page. I also generated an API-key and used this bearer token but it didn’t work. Apart from enabling anonymous auth, is there a way to do it ?