Authentication
This section provides a complete list of the Authentication properties you can configure in the connection string for this provider.
Property | Description |
AuthScheme | The type of authentication to use when connecting to SAP Gateway. |
URL | Set this to the URL your SAP Gateway environment or to the full URL of the OData service. Any additional properties must be added using the CustomUrlParams property. |
Namespace | Specify the service namespace you want to retrieve data from. This is required if the service is not specified in the URL. |
Service | Specify one or a comma-delimited list of services you want to retrieve data from. If the service is set in the URL, this property will be ignored. In case that the service is neither set in the URL nor via this property, the SAP Gateway's catalog service will be used to discover all the available services. |
User | The SAP Gateway user account used to authenticate. |
Password | The password used to authenticate the user. |
APIKey | Set this to the key of the application you have created. If you set this, User and Password are not used for authentication. |