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!