custom visual access restriction
I am preparing a custom visual to show list of all the dashboards shared with the particular user group folder lying inside workgroup content folder.
I need help in setting up restrictions within data model prepared from pyramid data model repository.
In repository, I am not able to find folder names and list of roles who have access on that folder.
1 reply
-
The security setup, roles, users and interconnections to folders are far more complex than just simple listings in a database table.
If you are using a custom visual, I would change the approach and create a web page that uses REST APIs. Grab the security token from the user's session and retrieve the secured folders and then draw it for the user. You could host the page as a virtual directory in your web server, that sits along Pyramid.