Connections > Concur V2 connection properties
  

Concur V2 connection properties

When you set up a Concur V2 connection, you can specify a hybrid OAuth 2 or OAuth 2 connection to authenticate users and authorize access to Concur data. Informatica recommends that you use the OAuth 2 connection type.
The following table describes the Concur V2 connection properties for a hybrid OAuth 2 connection type:
Connection property
Description
Runtime Environment
The name of the runtime environment where you want to run the tasks.
You can specify a Secure Agent, Hosted Agent, or serverless runtime environment.
Authentication
The Secure Agent uses OAuth 2 to authenticate users and authorize access to Concur data.
User name
The user name to log in to the Concur web page.
Password
The password associated with the user name.
Consumer Key
The key that is generated when a Concur administrator registers a partner application for your organization.
Note: Informatica intends to drop consumer key authentication support in a future release. Informatica requests you to transition to use OAuth authentication before the consumer key authentication is dropped.
Folder
The relative path to the objects that you want to access from Concur.
For example, if the URL for API invocation is https://us-impl.api.concursolutions.com and the absolute path to invoke the API to retrieve the expense reports from Concur is https://us-impl.api.concursolutions.com/api/expense/report, enter the following relative path: /expense/report
The following table describes the connection properties for the OAuth 2 connection type:
Connection property
Description
Runtime Environment
The name of the runtime environment where you want to run the tasks.
You can specify a Secure Agent, Hosted Agent, or serverless runtime environment.
Authentication
The Secure Agent uses OAuth 2 to authenticate users and authorize access to Concur data.
Username
The user name to log in to the Concur web page.
Password
The password associated with the user name.
Use OAuth 2
The Secure Agent uses OAuth 2 to authenticate users and authorize access to Concur data.
Contact SAP Concur to get the new OAuth 2 credentials.
If you do not specify to use OAuth 2, hybrid OAuth 2 connection type is used.
Base URL for authentication
The URL for authentication that you received from Concur when you created your account.
The base URL for authentication is derived from the authorization URL.
For example, if the authorization URL is https://us-impl.api.concursolutions.com/oauth2/v0/token, the base URL for authentication is https://us-impl.api.concursolutions.com.
Base URL for API Invocation
The URL for API invocation that you received from Concur when you created your account.
Client ID
The unique ID of your application to complete the OAuth Authentication in the Active Directory.
Secret ID
The password of your application to complete the OAuth Authentication in the Active Directory.
Folder
The relative path to the objects that you want to access from Concur.
For example, if the URL for API invocation is https://us-impl.api.concursolutions.com and the absolute path to invoke the API to retrieve the expense reports from Concur is https://us-impl.api.concursolutions.com/api/expense/report, enter the following relative path: /expense/report