Office 365 integration with IBM Security Identity Manager

Copper Contributor

Hello all,

I am trying to integrate ISIM with Office 365 using the ISIM Office 365 adapter. I have registered the Adapter as an application at Azure Management Portal. Client ID and Key we have obtained. Test connection and Reconciliation. I am able to create, update, assign group membership, suspend and restore user accounts.

I am facing an issue while deleting the account.

We got the following error in ISIM:

CTGIMT215E The account was not deleted due to a system error: Failed to delete Office 365 group 'user6@santoshpandey300494gmail.onmicrosoft.com'. Office 365 message: ''.

 

And when I am trying to delete a user from POSTMAN using the API

https://graph.windows.net/my_tenant_ID/users/user_ID?api-version=1.6

it's giving me:

 

 

 

{
    "odata.error": {
        "code": "Authorization_RequestDenied",
        "message": {
            "lang": "en",
            "value": "Insufficient privileges to complete the operation."
        },
        "requestId": "42b40840-7be5-4276-96a2-c54fe2f74d99",
        "date": "2020-09-24T07:54:25"
    }
}

 

 

 

 

Do I have to give any particular API access to the integrated application in the Azure Management Portal? I have given all the dedicated permission of Azure Active Directory Graph API.

 

A quick reply would be highly appreciable.

Thanks

 

0 Replies