Rstudio Open source AD authentication

I have a Rocky 8.5 linux server x64 that is configured to do Active Directory authentication at the user level.
Is it possible to tie this authentication to rstudio-server (open source) authentication?

This can be disregarded. I had not searched the documentation fully and the answer was in pam.
I simply copied the pam configurations for the Linux server to an rstudio file, restarted the rstudio-server.service and AD authentication worked through the rstudio web interface login. Simple shiny apps also worked without issue in this environment.

# cp -rp /etc/pam.d/password-auth /etc/pam.d/rstudio
# systemctl restart rstudio-server.service 

This topic was automatically closed 7 days after the last reply. New replies are no longer allowed.

If you have a query related to it or one of the replies, start a new topic and refer back with a link.