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.