openanalytics / shinyproxy-config-examples

Configuration examples for ShinyProxy
https://www.shinyproxy.io
149 stars 109 forks source link

Shiny Proxy - LDAP authentication - allow users to stay login for 8 hours #28

Closed jino-mariath closed 2 years ago

jino-mariath commented 2 years ago

Hello Team,

Could you let me know do we have an option to extent LDAP / AD authentication users' login to be live till 8 hrs? As per the current (default) setting after-hours, the login session expired, and need to login back again. Users are complaining that they required more time to keep live session on Shiny Proxy.

Could you advise?

When I look at the documentation I do see on a session called "container-wait-time" will that help to keep the user session live for more time?

Thank you, Jino.

LEDfan commented 2 years ago

Hi

The container-wait-time option specifies the time ShinyProxy waits for a container to startup. You are looking for the session timeout option, see our documentation: https://shinyproxy.io/documentation/configuration/#long-sessions

jino-mariath commented 2 years ago

Excellent. Thank you so much. This works well.