This page describes the credentials you need to enter on the Connection credentials screen to create an SAP connection. The credentials required depend on the authentication type you select.

There are two types of authentication method: Basic and OAuth.

If your SAP instance uses basic authentication, select Basic as the Auth Type option, and complete these fields.

Connection credentials fieldsDescription
Auth typeSelect Basic.
Base URLThe base endpoint URL of the target SAP OData service. 
SAP client (optional)The SAP client identifier used to access the target SAP system.
User nameThe user name of the SAP user account or service user 
PasswordThe password associated with the SAP user account. 

If your SAP instance uses an OAuth client, select OAuth as the Auth Type option, and complete these fields.

Note: Data Orchestrator doesn't sign you in through a browser. You must obtain a refresh token from your SAP authorization server or identity provider (IdP). Then enter the client ID, client secret, refresh token endpoint, and refresh token. If the OAuth client is configured with scopes, enter the same values in scopes. A connection test can fail with a valid client ID and secret if the refresh token or scopes are missing or incorrect.

Connection credentials fieldsDescription
Auth typeSelect OAuth.
Base URLThe base endpoint URL of the target SAP OData service. 
SAP client (optional)The SAP client identifier used to access the target SAP system.
Client IDThe OAuth 2.0 client identifier registered in SAP. 
Client secretThe secret associated with the registered OAuth 2.0 client. 
Refresh tokenThe refresh token used to obtain new access tokens from the SAP authorization server. 
Scopes (optional)The OAuth 2.0 scopes defining the client’s access permissions to the SAP OData service.