Login is happening at the backend Application which is configured with Keycloak. The architecture looks like below
Backend App <-> Apache <---openidconnect---> keycloak So, whenever User visits the website, the request goes to Apache web server which serves the Backend Application Login page. On Tue, 20 Dec 2022, 19:32 Eric Covener, <cove...@gmail.com> wrote: > On Tue, Dec 20, 2022 at 8:57 AM vicky chb <vkych...@gmail.com> wrote: > > > > Hi, > > > > We have Apache configured as Frontend web server for our backend java > application over ajp protocol and using mod_jk. Now, we want to maintain > the user session for some period of time, > > > > For ex: If a user is logged in using his email & password in the > morning, he/she should stay logged in till 4hrs, no matter how many times > he/she closes the same browser and reopens it. > > > > I came to know about mod_session module, but not sure how to configure > for the above requirement. Also, we don't want to store user credentials on > apache web server (like storing user related info in conf/passwd). > > Where do users login today, the proxy or the backend? I don't think it > makes much sense to add sessions to the proxy server. > > --------------------------------------------------------------------- > To unsubscribe, e-mail: users-unsubscr...@httpd.apache.org > For additional commands, e-mail: users-h...@httpd.apache.org > >