Skip to main content
This connector is in beta. This means it’s undergoing ongoing testing and development while we gather feedback, validate functionality, and improve stability. Beta connectors are generally stable, but they may have limited feature support, incomplete error handling, or occasional issues.We recommend closely monitoring workflows that use this connector and contacting our Support team with any issues or feedback.

Capabilities

ResourceSyncProvision
Accounts
Roles
Notes:
  • The SAP GRC connector does not support account provisioning or entitlement provisioning.
  • Running the connector binary directly requires Java 17 or later. Java is not required when running the connector as a Docker container.

Enable the SOAP API in SAP GRC

The connector uses the SAP SOAP API to retrieve role assignment data. Before configuring the connector, you must enable the SOAP API and identify the base URL for your SAP GRC system.
You must have SAP Basis administrator access to complete these steps.
1
In SAP GRC, run the SOAMANAGER transaction.
2
Navigate to Service Administration > Web Service Configuration.
3
Search for web services with the following criteria:
  • Object Type: Service Definition
  • Object Name: GRAC*
Then click Search (or press Enter).
4
In the search results, select GRAC_USER_EXISTING_ASSGN_WS.
5
On the Configurations tab, check whether a service and service binding already exist.
  • If a service and binding are listed, skip to step 11.
  • If no service or binding is listed, continue with the next step.
6
Click Create Service.
7
In the first step of the Create Service wizard:
  1. Enter GRAC_USER_EXISTING_ASSGN_WS as the service name.
  2. Enter GRAC_USER_EXISTING_ASSGN_WS as the service binding name.
  3. Click Next.
8
In the second step of the wizard:
  1. If you want the SOAP API to be accessible over TLS, change Transport Level Security to SSL (https).
  2. Under Authentication Settings, select User ID/Password under Transport Channel Authentication.
  3. Click Next.
9
Accept the defaults on the next two pages by clicking Next on each, then click Finish.
10
You are returned to the service definition page. Confirm that the State of the new service is Active.
11
In the Actions field of the newly created service binding, click Open Binding WSDL Generation.On the WSDL Generation for Binding screen, scroll down to the WSDL Generation section and click Execute next to the WSDL URL for Binding field.
12
Copy the value from the WSDL URL for Binding field.
If the URL’s hostname is www.sap.com, you must replace it with the hostname and port of your SAP GRC system before opening it. For example:
  • WSDL URL from dialog: http://www.sap.com:80/sap/bc/srt/wsdl/.../grac_user_existing_assgn_ws?sap-client=100
  • Your SAP GRC system URL (from your browser’s address bar): https://your-company.com:44301/sap/bc/webdynpro/...
  • Corrected WSDL URL: https://your-company.com:44301/sap/bc/srt/wsdl/.../grac_user_existing_assgn_ws?sap-client=100
13
Open the corrected WSDL URL in your browser. When prompted, enter your SAP GRC username and password.
14
In the XML response, find the element <wsoap12:address location="..."> and copy the value of the location attribute.
If the hostname in that URL is www.sap.com, replace it with the hostname and port of your SAP GRC system, as in the previous step.
15
Note the protocol, hostname, and port from the location URL. This is the base URL you will use to configure the connector.For example, if the location URL is https://your-company.com:8001/sap/bc/srt/rfc/sap/..., the base URL is https://your-company.com:8001.

Configure the SAP GRC connector

To complete this task, you need the Connector Administrator or Super Administrator role in ConductorOne.
Cloud-hosted is not supported for the SAP GRC connector. Use the Self-hosted tab to set up this connector.