09/29/2023 07:56 AM
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.
09/30/2023 08:30 AM - edited 09/30/2023 08:45 AM
Please refer the below sample configJSON
{
"connectionTimeoutConfig": {
"connectionTimeout": 10,
"readTimeout": 3000,
"writeTimeout": 500,
"retryWait": 5,
"retryCount": 3
}
}
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)
10/01/2023 08:46 AM
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
}
}