I have a project that currently calls for multiple off line dashboards according to a single template (regional sales results); this I can do this easily with rmarkdown and flexdashboard. The dashboards are then distributed via a web portal to individual users.
An option for future consideration is having the dashboards on line, which would mean Shiny with some form of user identification / authorisation, so that each user sees his (and only his) dashboard.
I am aware that the Shiny server in pro flavor supports LDAP, but I am currently familiar only with the open source version.
My question is whether it would be possible / feasible to run the identification against company LDAP while hosting the pro server myself on AWS (for a variety of reasons I would prefer to host the server myself).