After you have completed the SSO configuration for your edX SAP SuccessFactors integration, the next step is to enable the Open Content Network (OCN). OCN is a joint initiative between SAP SuccessFactors, edX, and other online learning companies to integrate high-quality educational content with a SuccessFactors instance.
To enable OCN in your SuccessFactors instance, complete the following steps:
1. In the SuccessFactors Learning Administration navigation menu, select System Admin.

2. In the left menu, select Configuration, and then scroll down to System Configuration and select it.

3. In the configuration file, find the Open Content Network option and click the edit button.

4. In the configuration file, locate the edX Provider section.

5. Edit the values in the edX Provider section to match the following:
# edX Provider
providers[EDX].enabled=true
providers[EDX].name=edX
providers[EDX].orgID=[use the orgID provided by edX]
You should not need to modify any other providers[EDX] values.
6. Select Apply Changes.
7. Scroll Down and make any necessary modifications to the configuration. For Example:
- What will be the Domain of the courses: defaultValues.domainID[default]=<DOMAIN_ID>
- Do you want the courses to have an Approval Process? If yes, set: defaultValues.isApprovalRequired[default]=true
- What will be the Approval Process associated with these courses: defaultValues.processDefinitionID[default]=<APPROVAL_PROCESS_ID>
- Set the Item Type: defaultValues.itemType[default]=<ITEM_TYPE>
- Set the Item Completion Status: defaultValues.itemCompletionStatus[default]=<ITEM_COMPLETE_STATUS>
- Set the Item Failure Status: defaultValues.itemFailureStatus[default]=<ITEM_FAILURE_STATUS>
Click Apply Changes.