Restrict Concurrent session for Angular Application that uses Okta for Authentication

Is there any way we could restrict the Angular application from Concurrent Login/Session, so that user could only login from one place, while using OKTA for Authentication.

Hi,

Can you specify what do you mean by “user can only login from one place”. Do you mean the same browser ?

yes, it means same browser. If user logins from one browser/computer and he again login through another computer, then it should restrict it.

It primarily depends on how you’re defining an existing session for your app. Some applications utilize tokens for session management, while others rely on the Okta session cookie.

I’d encourage you to explore the /sessions endpoint, as you will be able to retrieve a user’s current session via the API.