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/.

Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 2 Current »

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. After you have completed your configurations, see Testing the Concur Integration.

  • No labels