How to authenticate the dashboard based on the LDAP credentials in RShiny

丶灬走出姿态 提交于 2021-01-28 07:01:00

问题


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

标签
易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!