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.
Code Block |
---|
|
<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.
Child pages (Children Display) |
---|