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 | The client Id assigned when you register your application with an OAuth authorization server. |
OAuthClientSecret | The client secret assigned when you register your application with an OAuth authorization server. |
Password | Your InfoMart API Password. |
User | Your InfoMart API Username. |