I would love to deploy R Shiny apps within my company, but am getting pushback from our security team that R lacks SSO authentication. I know that overcoming such internal hurdles is the principle challenge to getting R into production at many orgs. If anyone has faced and overcome this hurdle your advice is greatly appreciated.
Hi Joe,
Great question! Our new Champions site is designed to be a resource and guide to help with overcoming those internal hurdles in adopting R in production: https://www.rstudio.com/champion
Specific to your question regarding SSO, our professional products for developing and deploying Shiny apps all support authentication against LDAP or SSO.
Would love to have you join a RStudio Enterprise Community Meetup to chat with others about their experiences in putting R in production too. Here is the May calendar: RStudio Community Monthly Events Roundup - May 2022 - RStudio
Hi Joe,
One example with Azure is:
https://cran.r-project.org/web/packages/AzureAuth/vignettes/shiny.html
It comes directly from the Azure Team: GitHub - Azure/AzureR: Family of packages for interacting with Azure from R so it is as good as it gets
As far as you have a way to perform the SSO itself, e.g.: acquiring tokens, the approach they provide can be generalized. But, of course, acquiring the token is the tricky part
Luis
This topic was automatically closed 54 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.