(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 Security | Microsoft Entra | Microsoft Entra ID
0 comments No comments
{count} votes

Answer accepted by question author
  1. Akshay-MSFT 18,016 Reputation points Microsoft Employee Moderator
    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

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.