HTTP request to remove a member from a group, delete a group (AzureAD → MyApp) did not occur

Keisuke 1 Reputation point
2020-11-24T09:37:41.587+00:00

While provisioning "Groups" from AzureAD to the app under development, AzureAD does not behave as expected even though no error has occurred, and I cannot debug it by looking for public information, any AzureAD logs so I am asking for support.

The behaviors that are different from expectations are as follows.

  1. Operation: removed a member from the group.
    Expected behavior: HTTP request from AzureAD to the API under development to remove the member from the group is generated.
    Expected HTTP request: https://learn.microsoft.com/ja-jp/azure/active-directory/app-provisioning/use-scim-to-provision-users-and-groups#update-group-remove-members
    Actual behavior: no errors, no HTTP requests (AzureAD -> API under development) to remove a member from the group.
  2. Operation: removed the group from AzureAD.
    Expected behavior: HTTP request to remove the group from the app
    Expected HTTP request: https://learn.microsoft.com/ja-jp/azure/active-directory/app-provisioning/use-scim-to-provision-users-and-groups#delete-group
    Actual behavior: no error, no HTTP request (AzureAD -> API under development) provisioning to remove the group

I would like to pursue the above two causes and make HTTP requests from AzureAD to the API under development occur as expected.

Microsoft Entra ID
Microsoft Entra ID
A Microsoft Entra identity service that provides identity management and access control capabilities. Replaces Azure Active Directory.
20,645 questions
{count} votes

1 answer

Sort by: Most helpful
  1. 2020-11-26T23:21:57.65+00:00

    Hello @Keisuke , you can find information about Azure AD provisioning in the Provisioning logs.

    0 comments No comments