Additional Information

Enable and Disable Account

Modify Account

Note

  • This is applicable for SAP GRC AC12 SP19 and above versions.

  • Modify Attributes only supports updating the values of the attributes on the user’s highest priority connector. For example, the System value for the user.

SAP has introduced a new process where any modifications in the user attributes reflect in GRC tables only after completing a Repository Sync Job from the GRC side.

The following steps must be performed sequentially for a successful modify operation:

  1. Configure the Attribute Sync request on the user in Identity Security Cloud for the GRC source. To configure the attribute sync request, refer to Synchronizing Attributes - SailPoint Identity Services.

  2. Run the Repository Object Sync job on your GRC system

  3. Execute User Aggregation on your GRC source to get the updated values of the user attributes.

Provisioning Multiple Systems using User Group Attribute

The SAP GRC connector supports modification of the User Group attribute for multiple systems. To enable this functionality, follow these steps:

  1. Pass the User Group attribute as a list in the provisioning plan:

    Copy
    <AttributeRequest name="User Group" op="Set">
        <Value>
            <List>
                <String>systemNameA/GroupName1</String>
                <String>systemNameB/GroupName2</String>
            </List>
        </Value>
    </AttributeRequest>
  2. Set the setUserGroupInUserInfo flag to true in the application configuration:

    <entry key="setUserGroupInUserInfo" value="true"/>

    The setUserGroupInUserInfo is a boolean attribute.

    Note
    The setUserGroupInUserInfo flag must be set to true for the provisioning of multiple systems to be supported.