Hi Trey,
thanks a lot for your message and your incredible puppet modules. I am a big fan of your work!
Now for this, I was indeed able to reproduce what my users were saying. These are the steps I followed:
Edit /opt/rh/httpd24/root/etc/httpd/conf.d/auth_openidc.conf and set some ridiculously low values for the OIDC session expiration:
OIDCSessionInactivityTimeout 15
OIDCSessionMaxDuration 60
Start an interactive app (in my case a Jupyterlab server) and wait until the session expires on its own. You will start getting some errors in the jupyter notebook. I you open Ondemand again you will get the maintenance page.
