Hi all,
This How do I track user activity within a Shiny application? – RStudio Support
shows how we can capture username through session$user
only when we have a shiny login page . But what is happening is, there is no shiny login page, but the organization has separate authentication (non shiny) where the user have to give credentials. Only then the user is able to access the shiny application (deployed on shiny server pro).
In this case , can we not capture sesssion$user
? When I tried it is returning NULL
Can anyone help me?