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 the service you want to retrieve data from. This is required if the service is not specified in the URL. |
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. |