Azure service to query Azure Active Directory

191180rk

Suggest any azure service which

  1. can connect customer azure active directory
  2. can query customer azure active directory
  3. keep my application azure active directory in sync with any future change (add/remove user) on customer azure active directory ?
Rohit Saigal

Service to connect/query Azure AD : Microsoft Graph API can help you query Azure AD

Sync changes between two different Azure AD tenants: AFAIK there isn't any service that will do this for you, you need to write something custom yourself that can make use of Microsoft Graph API

Notification on changes: Microsoft Graph API supports change notifications for some scenarios.. User and Group resource types are supported.. see if this covers what you're looking for Use the Microsoft Graph API to get change notifications

Incremental changes: Microsoft Graph API also supports delta queries for some operations, which could help in figuring out incremental changes.

Authentication: Most probably client credentials grant flow using Application permissions, with a daemon app would make sense for such scenario. Although, this is something you'll need to decide based on how you finally implement.

Permissions required: Microsoft Graph API permissions reference

Function or WebJob or something else: it's a little subjective I guess. I don't have a clear single recommendation. WebJob might be better if it turns out to be long running, but I'm not sure. You may need a separate question or find some already answered good questions about this.

この記事はインターネットから収集されたものであり、転載の際にはソースを示してください。

侵害の場合は、連絡してください[email protected]

編集
0

コメントを追加

0

関連記事

分類Dev

Owner level Service Principal permission not working for Azure Active Directory

分類Dev

Enabling CORS on Azure Active Directory

分類Dev

Using Azure Active Directory as an OAUTH2 Authentication service for a Spring-boot REST service

分類Dev

Using Azure Active Directory as an OAUTH2 Authentication service for a Spring-boot REST service

分類Dev

Verifying JWT from Azure Active Directory

分類Dev

Azure Active Directory - Access Denied in New Portal

分類Dev

Access token for Azure Active Directory and single sign on

分類Dev

Get all AppRole assignments in Azure Active Directory

分類Dev

Azure active directory application registration for localhost and production

分類Dev

Assign UPN to Azure Active Directory Application Registration

分類Dev

Writing a register page for Windows Azure Active Directory

分類Dev

Azure Mobile Services Active Directory Login unauthorized

分類Dev

Can't join Azure Active Directory

分類Dev

SonarQube and Azure Active Directory Domain services

分類Dev

JWT CSOM / REST Azure Active Directory

分類Dev

After migrating to Azure, how can I query my organization Active Directory from within the application now hosted in Azure?

分類Dev

Correct implementation of multi-tenancy in Azure Active Directory

分類Dev

How to allow my Azure web application to access Active Directory?

分類Dev

Are Azure Active Directory's TenantID and ClientID considered secrets?

分類Dev

How to connect to multiple azure active directory account to your application?

分類Dev

Login with OAuth2 And Azure Active Directory With Personal account microsoft

分類Dev

Multi-Tenant application using Azure Active Directory

分類Dev

Azure Active Directory AcquireTokenAsync doesn't trigger event

分類Dev

Azure Tenent、Azure Directory、およびAzure Active Directoryの違いは何ですか?

分類Dev

How to create an Azure function and configure it with Azure Active Directory only by code in Localhost?

分類Dev

Creating query filters for Azure Table Service from base class

分類Dev

Azure App ServiceとAzure Service Fabric

分類Dev

Azure Active Directoryの所有者は誰ですか?

分類Dev

Create a new user in Azure Active Directory (B2C) with Graph API, using http post request

Related 関連記事

  1. 1

    Owner level Service Principal permission not working for Azure Active Directory

  2. 2

    Enabling CORS on Azure Active Directory

  3. 3

    Using Azure Active Directory as an OAUTH2 Authentication service for a Spring-boot REST service

  4. 4

    Using Azure Active Directory as an OAUTH2 Authentication service for a Spring-boot REST service

  5. 5

    Verifying JWT from Azure Active Directory

  6. 6

    Azure Active Directory - Access Denied in New Portal

  7. 7

    Access token for Azure Active Directory and single sign on

  8. 8

    Get all AppRole assignments in Azure Active Directory

  9. 9

    Azure active directory application registration for localhost and production

  10. 10

    Assign UPN to Azure Active Directory Application Registration

  11. 11

    Writing a register page for Windows Azure Active Directory

  12. 12

    Azure Mobile Services Active Directory Login unauthorized

  13. 13

    Can't join Azure Active Directory

  14. 14

    SonarQube and Azure Active Directory Domain services

  15. 15

    JWT CSOM / REST Azure Active Directory

  16. 16

    After migrating to Azure, how can I query my organization Active Directory from within the application now hosted in Azure?

  17. 17

    Correct implementation of multi-tenancy in Azure Active Directory

  18. 18

    How to allow my Azure web application to access Active Directory?

  19. 19

    Are Azure Active Directory's TenantID and ClientID considered secrets?

  20. 20

    How to connect to multiple azure active directory account to your application?

  21. 21

    Login with OAuth2 And Azure Active Directory With Personal account microsoft

  22. 22

    Multi-Tenant application using Azure Active Directory

  23. 23

    Azure Active Directory AcquireTokenAsync doesn't trigger event

  24. 24

    Azure Tenent、Azure Directory、およびAzure Active Directoryの違いは何ですか?

  25. 25

    How to create an Azure function and configure it with Azure Active Directory only by code in Localhost?

  26. 26

    Creating query filters for Azure Table Service from base class

  27. 27

    Azure App ServiceとAzure Service Fabric

  28. 28

    Azure Active Directoryの所有者は誰ですか?

  29. 29

    Create a new user in Azure Active Directory (B2C) with Graph API, using http post request

ホットタグ

アーカイブ