Connecting to InfoMart
The InfoMart API authentication use User,Password and OAuthClientId OAuthClientSecret for InfoMart.
Using InfoMart Authentication
In order to connect to InfoMart, You should create OAuth application and get OAuthClientId, OAuthClientSecret. To create OAuth application, You need to contact InfoMart support team.
Example Connection string
Profile=C:\profiles\InfoMart.apip;[email protected];Password=TEST_PASSWORD;OAuthClientId=YOUR_CLIENT_ID;OAuthClientSecret=YOUR_CLIENT_SECRET;
Connection Properties
The connection string properties are the various options that can be used to establish a connection. This section provides a complete list of the options you can configure in the connection string for this provider.
| Property | Description |
| Environment | Your Environment name of InfoMart API. |
| OAuthClientId | Specifies the client ID (also known as the consumer key) assigned to your custom OAuth application. This ID is required to identify the application to the OAuth authorization server during authentication. |
| OAuthClientSecret | Specifies the client secret assigned to your custom OAuth application. This confidential value is used to authenticate the application to the OAuth authorization server. |
| Password | Your InfoMart API Password. |
| User | Your InfoMart API Username. |