It is my understanding that the open source version of Shiny Server does not support authentication.
We have an environment that uses the WebSEAL proxy service for authenticating user and channelling their access through to web applications.
We wish to expose a Shinyapp to authenticated users with the content served up being dependent on user group membership. WebSEAL is able to set the iv_user
and iv_group
variables in the HTTP Headers to pass onto the shinyapp via the junction, but the Open Source Shiny Server seems to be unable to access them (I.E. via the session$clientData object).
I’m wondering if anyone has worked out a way for an Open Source Shiny Server app to access the HTTP Headers to determine the user and groups.