Home > Forum > General > Problem with user authentication - portal (Automatic logout of users).

Problem with user authentication - portal (Automatic logout of users).
0

Hi,

We tried introducing a method that will force an inactive user to log out of the portal after 10 minutes. We found the Security configuration and changed the cookie expiration time (set it to 10 minutes).

Successful logout occurred after 10 minutes. After logging out, a login window appears. In some cases, the user had to enter the correct login and password several times before being able to enter the portal.

The worst thing is that there are cases where the user does not log in to his account. We use Windows Active Directory authentication.

Does anybody know the reason that could cause the users to take the identity of different users?

WEBCON

Hi Damian
Due to the authentication method used by WEBCON BPS (we do not use server sessions) it is not possible to achieve your scenario with Windows Integrated Authentication.
If you want to have a "kiosk scenario", when many different users work on the same computer, on the same Windows Profile you should use any other Authentication Provider like AAD (Entra Id), ADFS, or OpenId with a logout page correctly configured. (and users should close a browser after logging out).

Best Regards
Pawel Jawien

In reply to: Pawel Jawien (WEBCON)

Hi Damian
Due to the authentication method used by WEBCON BPS (we do not use server sessions) it is not possible to achieve your scenario with Windows Integrated Authentication.
If you want to have a "kiosk scenario", when many different users work on the same computer, on the same Windows Profile you should use any other Authentication Provider like AAD (Entra Id), ADFS, or OpenId with a logout page correctly configured. (and users should close a browser after logging out).

Best Regards
Pawel Jawien

Hi Paweł,

It wasn't a "kiosk scenario". For example: Users reported that they were logged on their computers on my account but they used their AD login and password. I try to figure out what is wrong with our configuration.

Users were logged on to their Windows accounts on their >>> They were forced to log off from the portal because of the cookies 10-minute limit configuration >>> The login popup was shown on the page >>> They tried to put in the correct login/password but it took two or three times to enter the portal >>> As the results they were logged on my account (two users reported on the almost same time).