ConductorOne provides identity governance and just-in-time provisioning for SAP SuccessFactors. Integrate your SuccessFactors instance with ConductorOne to run user access reviews (UARs) and enable just-in-time access requests.
Register an OAuth2 client application and generate an API key
1
In SuccessFactors, navigate to Admin Tools > Manage OAuth2 Client Applications and click Register Client Application.
2
Fill out the form, providing:
Application name, such as “ConductorOne Connector”.
Application URL, such as https://www.conductorone.com/. Carefully copy and save this URL, it will be used later as the Issuer URL when setting up the connector.
X.509 Certificate. Make sure to create, sign, and upload your own certificate, as certificates generated by SAP SuccessFactors cannot be used by the connector. When uploading a self-generated certificate, remove the lines -----BEGIN CERTIFICATE----- and -----END CERTIFICATE-----.
3
Click Register.
4
Click Edit in the list of registered applications to view the new application’s API key.
5
Carefully copy and save the API key. When setting up the connector, you’ll use this API key as both the Client ID and the SAML API key.
That’s it! Next, move on to the connector configuration instructions.
The Connector Administrator or Super Administrator role in ConductorOne
Access to the set of SuccessFactors credentials generated by following the instructions above
Cloud-hosted
Self-hosted
Follow these instructions to use a built-in, no-code connector hosted by ConductorOne.
1
In ConductorOne, navigate to Admin > Connectors and click Add connector.
2
Search for SuccessFactors and click Add.
3
Choose how to set up the new SuccessFactors connector:
Add the connector to a currently unmanaged app (select from the list of apps that were discovered in your identity, SSO, or federation provider that aren’t yet managed with ConductorOne)
Add the connector to a managed app (select from the list of existing managed apps)
Create a new managed app
4
Set the owner for this connector. You can manage the connector yourself, or choose someone else from the list of ConductorOne users. Setting multiple owners is allowed.If you choose someone else, ConductorOne will notify the new connector owner by email that their help is needed to complete the setup process.
5
Click Next.
6
Find the Settings area of the page and click Edit.
7
In the Company ID field, enter your SuccessFactors company ID.
8
In the Client ID field, enter the API key.
9
In the Public key and Private key fields, enter these credentials.
10
In the Instance URL field, enter your API server URL.
11
In the Issuer URL field, enter the application URL used to set up the OAuth2 application.
12
In the Subject name ID field, enter the user ID of the admin user that will be added to the SAML subject.
13
In the SAML API key field, enter the API key a second time.
14
Click Save.
15
The connector’s label changes to Syncing, followed by Connected. You can view the logs to ensure that information is syncing.
That’s it! Your SuccessFactors connector is now pulling access data into ConductorOne.
Follow these instructions to use the SuccessFactors connector, hosted and run in your own environment.When running in service mode on Kubernetes, a self-hosted connector maintains an ongoing connection with ConductorOne, automatically syncing and uploading data at regular intervals. This data is immediately available in the ConductorOne UI for access reviews and access requests.
In ConductorOne, navigate to Connectors > Add connector.
2
Search for Baton and click Add.
3
Add the connector to a currently unmanaged app (select from the list of apps that were discovered in your identity, SSO, or federation provider that aren’t yet managed with ConductorOne)
Add the connector to a managed app (select from the list of existing managed apps)
Create a new managed app
4
Set the owner for this connector. You can manage the connector yourself, or choose someone else from the list of ConductorOne users. Setting multiple owners is allowed.If you choose someone else, ConductorOne will notify the new connector owner by email that their help is needed to complete the setup process.
5
Click Next.
6
In the Settings area of the page, click Edit.
7
Click Rotate to generate a new Client ID and Secret.Carefully copy and save these credentials. We’ll use them in Step 2.
Create a namespace in which to run ConductorOne connectors (if desired), then apply the secret config and deployment config files.
2
Check that the connector data uploaded correctly. In ConductorOne, click Applications. On the Managed apps tab, locate and click the name of the application you added the SuccessFactors connector to. SuccessFactors data should be found on the Entitlements and Accounts tabs.
That’s it! Your SuccessFactors connector is now pulling access data into ConductorOne.