Getting error : **Error!** Exception occurred while getting license details in Azure Active Directory

Hi Vatan,

Kindly follow the steps below to resolve the issue:

Add the useMSGraphAPI attribute in the Azure AD data source through API.
Kindly use the API format:
PATCH /v3/sources/:id

[
{ “op”: “add”,
“path”: “/connectorAttributes/useMSGraphAPI”,
“value”: “true”
}
]

For more information, you can also have a look to Additional Configuration Parameters