This site contains the documentation that is relevant to older WSO2 product versions and offerings.
For the latest WSO2 documentation, visit https://wso2.com/documentation/.
Configuring Concur Operations
To use the Concur connector, add the <concur.init>
element in your configuration before carrying out any other Concur operations. Concur uses OAuth 2.0 for authenticating the API calls, which requires a Concur user's login ID or email address, and a password or PIN. This connector uses access tokens for authentication and authorization. Click here for further reference on obtaining an access token.
init
<concur.init> <accessToken>{$ctx:accessToken}</accessToken> <apiUrl>{$ctx:apiUrl}</apiUrl> <contentType>{$ctx:contentType}</contentType> </concur.init>
Properties
accessToken:
The access token to authenticate Concur using OAuth 2.0.apiUrl:
URL of the Concur API. If not provided, it is set to "https://www.concursolutions.com".contentType:
Content Type value for the Content-Type header field.
Now that you have connected to Concur, use the information in the following topics to perform various operations with the connector.