Share via

Limit user accessing enterprise application to a single device

giuseppe bottani 20 Reputation points
2023-02-07T17:17:04.75+00:00

I have enterprise applications that are accessed by SSO against Azure-AD. I would like to know if it's possible to limit at 1 the number of devices a user login concurrently to a given application.

In other words I don't want that somebody log into an application with 2 different devices at the same time even if they are both approved.

Is there a way?

Thx

Giuseppe

Microsoft Security | Microsoft Entra | Microsoft Entra ID
0 comments No comments

Answer accepted by question author

Alfredo Revilla - Upwork Top Talent | IAM SWE SWA 27,546 Reputation points Moderator
2023-02-08T22:38:36.3733333+00:00

Hello, out of the box, you can limit a single user to be granted access to one application from one or more devices but there is no way to limit concurrent connections. That duty can be delegated to the application (trough business rules/code) so that while user A is logged in from device B, authentication or authorization attempts from the same user but from other devices will get denied.

Let us know if you need additional assistance. If the answer was helpful, please accept it so that others can find a solution.

Was this answer helpful?

0 comments No comments

0 additional answers

Sort by: Most helpful

Your answer

Answers can be marked as 'Accepted' by the question author and 'Recommended' by moderators, which helps users know the answer solved the author's problem.