Might there be any way to pass along the OIDC access token that ShinyProxy gets during authentication along to the R Shiny applications launched by that user? E.g. perhaps similar to SHINYPROXY_USERNAME and SHINYPROXY_USERGROUPS environment variables, there could be a SHINYPROXY_OIDC_TOKEN or some such?
We potentially want the R Shiny applications to authenticate against an API using that token.
(edit: earlier I said ID token; I meant the access token.)
I’m afraid there isn’t much to share… at this point it is just adding it as the of a "Authorization: Bearer " header in a curl or httr call within the R code. E.g. for an authenticated call to url: