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 Entra ID
Microsoft Entra ID
A Microsoft Entra identity service that provides identity management and access control capabilities. Replaces Azure Active Directory.
23,141 questions
0 comments No comments
{count} votes

Accepted answer
  1. Alfredo Revilla - Upwork Top Talent | IAM SWE SWA 27,491 Reputation points
    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.

    0 comments No comments

0 additional answers

Sort by: Most helpful

Your answer

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