Single Sign On (SSO) in R Shiny Apps

I've developed a web application using R, currently hosted in a shiny server using shiny manager for authentication. My organization is using Single Sign On (SSO) in various JAVA applications and wants my app to be under the same authentication process (User Name, Password, Role etc.).

Is there a way to use that Single Sign On protocol to pass a user authentication to shiny server apps?

Thanks for any help or suggestions!

1 Like

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.