How to force logout all/specific users from vahana application?

There are instances when we want a specific set/all users to be logged out from the vahana application.
This could be because of many reasons, some of them could be:

  1. Specific user unable to view updated configuration of a module
  2. Need to mandatory disable all current logins as per client requirement
  3. If we notice any unauthorized access being done to harm the application

How to force logout all/specific users from vahana application from a specific environment?

3 Likes

For this, we have a “Force logout Users” module on the Vahana developer portal.
Using this module, we can logout or kill session of users forcefully and we will be able to kill user sessions based on environment.

  1. Search for “Force logout Users” module in the search bar and you will see this:

  2. Click on “Force logout Users”

  3. The page with environment-wise tabs opens:
    a. If there are no active users, it will show as below


    b. If there are any active users, it will show as below:

  4. 2 ways to Kill Session:
    Kill All User Session : Using this all the logged in users of this application will get logout forcefully.
    Kill Multiple User Session : This is used to kill session of specific users

  5. User can choose the appropriate option and you will see a pop-up to confirm

  6. Click on OK and the session will be forcefully killed.

Note: User will be able to kill session of users for only those environments for which he will be having access. Here , force logout is environment level
resource in IAM.

5 Likes