(OAuth) The maximum number of personal account logins supported by the same client id.

scarecrow kakashi 246 Reputation points
2022-10-19T12:06:40.83+00:00

I registed an Azure app show as below
251957-91.png
251958-92.png

And get token following device code grant, https://learn.microsoft.com/en-us/azure/active-directory/develop/v2-oauth2-device-code.

Step 1 Get user_code and device_code
252021-93.png

Step 2 Login with personal account and get token
251928-94.png

Repeat Step 1 - Step 2 using diffrent personal account. What is the maximum number of personal account logins supported by the same client id.

Microsoft Entra ID
Microsoft Entra ID
A Microsoft Entra identity service that provides identity management and access control capabilities. Replaces Azure Active Directory.
17,600 questions
0 comments No comments
{count} votes

Accepted answer
  1. Akshay-MSFT 12,306 Reputation points Microsoft Employee
    2022-10-20T09:05:50.897+00:00

    Hello @scarecrow kakashi ,

    Thanks for posting your query on Microsoft Q&A, by default there is no limit defined for personal user accounts associated with application

    However, the limit is defined for resources (including users) in Azure AD tenant. The service quota for organizations created by self-service sign-up remains 50,000 Azure AD resources,

    Resource limitations apply to all directory objects in a given Azure AD tenant, including users, groups, applications, and service principals. Ref: https://learn.microsoft.com/en-us/azure/active-directory/enterprise-users/directory-service-limits-restrictions

    Please do let me know if you have any queries in the comments section.

    Thanks,
    Akshay Kaushik

    Please "Accept the answer" and "Upvote" if the suggestion works as per your business need. This will help us and others in the community as well.


0 additional answers

Sort by: Most helpful