tableau / extensions-api

Extensions API sample code and developer docs.
http://tableau.github.io/extensions-api
MIT License
268 stars 251 forks source link

Proposal: Access Tableau Server Logged in User data with the Extension API #50

Closed merlijnbuit closed 1 year ago

merlijnbuit commented 6 years ago

It would be great to be able to access Logged In user data to make the extension more flexible. It would things possible like logging, row level security and user specific information in the Extension.

sharif-zakhary commented 6 years ago

This is exactly what we are hoping to accomplish with extensions as well. I'm making the assumption that the extension page will be able to identify user credentials just like any other intranet page we build currently, but having access to Tableau User details would be an added bonus.

johnDance commented 1 year ago

We are looking into a unique user "hash", but accessing logged in user is prohibited by our security team.