问题
I am currently developing a dashboard in R. The dashboard should be authenticated based on the LDAP credentials of the user. Based on the LDAP credentials, the data should be displayed. But I tried using the normal authentication. It works well. Is there any way of implementing conditional access to the dashboard using LDAP?
Thanks in advance.
回答1:
The commercial versions of Shiny Server support LDAP authentication, see this. Furthermore the open source solution shinyproxy provides LDAP support.
来源:https://stackoverflow.com/questions/54648414/how-to-authenticate-the-dashboard-based-on-the-ldap-credentials-in-rshiny