How to authenticate another user while keeping logged in user's session active?

We have a use case where we need to authenticate another user while one user’s session is still active.

  1. One user is already logged into Okta.
  2. Need to verify another user’s authenticity(with same IDP) in the same browser without disturbing first user’s session.
  3. Requirement to have MFA enabled.

Trying with different applications(one for login and another one for verification) with different Sign-On Policy rules but no luck yet.

Is this even possible ? If yes, please advise the possible approach.

Thanks in advance!

If User A is still logged into Okta in the browser and User B needs to login, you MUST end User A’s Okta session. Otherwise User B will be unable to login

Thank you for the response Andrea!

So is there a way we can achieve this use case?

We can create dedicated applications (SAML, oAuth etc) with different Sign-on policies for such business use cases like login and Verification etc.

Thanks!

We have to keep following things in mind: If user close the browser without logout. If session time out. I would appreciate any help on this. explain with.

The length of a user staying logged in until they are automatically logged out depends on the sensitivity of the data.

Thanks for the information.