Hello @Keisuke , you can find information about Azure AD provisioning in the Provisioning logs.
HTTP request to remove a member from a group, delete a group (AzureAD → MyApp) did not occur

Keisuke
1
Reputation point
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.
- 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. - 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.
{count} votes
Hi there! Thanks for your replying.
I am following Tutorial - Build a SCIM endpoint and configure user provisioning with Azure AD
Thanks, but there are no logs because AzureAD did not request to delete a groups and remove a member from a group at all.
I did the operation to remove a member from the group and delete a group from the AzureAD UI. However, no corresponding request from AzureAD occurred.
I expected this request when I remove a member from a group.
And also I expected this request when I delete a group.
I'm sorry. I would like to provide some logs for resolution, but I can't because I don't have any.