05/16/2023 10:04 AM
Hi Experts,
We are working on Azure AD Connector Setup.
Our recent Access reconciliation job failed and it was due to the connection timeout( Data got reconciled, but job status was showing failed)
We understand below given is the default ConfigJSON used by connector during reconciliations.
{
"connectionTimeoutConfig": {
"connectionTimeout": 10,
"readTimeout": 60,
"writeTimeout": 60,
"retryWait": 100,
"retryCount": 3
}
}
We are trying to modify the default ConfigJSON and would like to know what is Saviynt recommendation on Azure AD ConfigJSON ?
Can you please help here with the details.
05/16/2023 10:28 AM
Below is the link to the AAD Connector guide. You can refer to ConfigJSON for the accepted value range.