Hi,
there are a few existing closed issues explaining why shinyproxy can't automatically refresh the oauth ID token.
The main reason seems to not doing it is impossible to update the env variables of a running container.
The workaround is refresh token and oauth Secret need to be made available to the launched container.
I have a issue with making the secret available as well to the containers.
with pre-initialized containers, HTTP header variables are used instead of env variables.
could a shinyproxy manage the refreshes and the current IDtoken be pushed via http headers instead of env variables to the container?
closed related issues
#464
#365
openanalytics/containerproxy#47 (comment)