I have 1000 Entra ID apps registered, how can I list only those apps that have 'provisioning on demand' enabled?

Duncan de Waal 41 Reputation points
2024-03-29T14:28:50.2933333+00:00

I have thousands of Entra ID apps registered,

How can I list only those apps that have 'provisioning on demand' enabled?

Any approach using an Export or Powershell or Graph are welcome.

Thanks
Duncan

Microsoft Graph
Microsoft Graph
A Microsoft programmability model that exposes REST APIs and client libraries to access data on Microsoft 365 services.
10,592 questions
PowerShell
PowerShell
A family of Microsoft task automation and configuration management frameworks consisting of a command-line shell and associated scripting language.
2,059 questions
Microsoft Entra ID
Microsoft Entra ID
A Microsoft Entra identity service that provides identity management and access control capabilities. Replaces Azure Active Directory.
19,474 questions
0 comments No comments
{count} votes

2 answers

Sort by: Most helpful
  1. Andy David - MVP 141.6K Reputation points MVP
    2024-03-29T14:40:05.3066667+00:00

    This indicates there is nothing to really do that in Graph even though its a bit older:

    https://learn.microsoft.com/en-us/answers/questions/600629/how-to-list-azure-ad-enterprise-applications-with


  2. Givary-MSFT 27,966 Reputation points Microsoft Employee
    2024-04-02T08:12:33.6833333+00:00

    @Duncan de Waal As Andy mentioned above, we don't have any filter to find which applications have a provisioning configured on this, reference QnA - https://learn.microsoft.com/en-us/answers/questions/600629/how-to-list-azure-ad-enterprise-applications-with

    Also, provisioning on demand is a post request to the application from the service principal.

    For reference you can review this - https://learn.microsoft.com/en-us/graph/api/resources/synchronization-overview?view=graph-rest-1.0 which has the list of operations which are associated with synchronization api.

    If the above details doesn't meet your requirement, you can post the feedback on feedback.azure.com with business justification on feature request so that our team review your ask and add it as a feature request.

    Let me know if you have any further questions, feel free to post back.

    0 comments No comments