Azure AD access import not moving to completed state

AtrayeeDutta
Regular Contributor
Regular Contributor

Hi Team,

For Azure AD account/access import we are using Azure AD OOTB connector, but Access import is not moving to completed state. access are getting imported but it is not moving to completed state.

 

ConfigJSON:
{
    "connectionTimeoutConfig": {
    "timeout": 10000,
    "retryWait": 500,
    "maxRefreshTryCount": 5
  }
}
 
Any suggestion how we can resolve this?
 
Regards

 

2 REPLIES 2

SumathiSomala
Regular Contributor III
Regular Contributor III

@AtrayeeDutta 

Please refer the below sample configJSON
{
"connectionTimeoutConfig": {
"connectionTimeout": 10,
"readTimeout": 3000,
"writeTimeout": 500,
"retryWait": 5,
"retryCount": 3
}
}

SumathiSomala_0-1696088694946.png

 

Refer the Connection Parameters for Account and Group Import section in below doc for more details

Configuring the Integration for Account and Group Import (saviyntcloud.com)

Are you importing full access or custom access?

Refer the below document for more information.

Customizing Entitlement Import (saviyntcloud.com)

If this reply answered your question, please Accept As Solution and give Kudos to help others facing similar issue.
Regards,
Sumathi Somala

stalluri
Regular Contributor
Regular Contributor


You can also make this change in Entitlement_attribute Mapping.
{
"entitlementAttribute": {
"AADGroup": {
"colsToPropsMap": {
"entitlementID": "id~#~char",
"entitlement_value": "displayName~#~emchar",
"customproperty1": "deletedDateTime~#~emchar",
"customproperty2": "description~#~emchar",

**************************************************************************
configJSON
{
"connectionTimeoutConfig": {
"connectionTimeout": 60,
"readTimeout": 3000,
"writeTimeout": 600,
"retryWait": 5,
"retryCount": 3
}
}