Capabilities
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.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*
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:
- Enter
GRAC_USER_EXISTING_ASSGN_WSas the service name. - Enter
GRAC_USER_EXISTING_ASSGN_WSas the service binding name. - Click Next.
8
In the second step of the wizard:
- If you want the SOAP API to be accessible over TLS, change Transport Level Security to SSL (https).
- Under Authentication Settings, select User ID/Password under Transport Channel Authentication.
- 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.
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.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
- Cloud-hosted
- Self-hosted
Cloud-hosted is not supported for the SAP GRC connector. Use the Self-hosted tab to set up this connector.