Data connectivity & integrationAvailable connectorsSAP applicationsSAP Concur

SAP Concur

The SAP Concur connector is a Palantir-provided driver for SAP Concur.

To create a new SAP Concur source, follow the standard setup flow for Palantir-provided drivers, then use the sections below for SAP Concur-specific configuration and networking. For the complete property reference, see the official SAP Concur driver documentation ↗.

Configuration

The properties below are mandatory or recommended.

PropertyRequired?DescriptionDefault
RegionMandatoryThe region where the server is located. Valid values are US, EU and CN.US
AuthSchemeRecommendedThe scheme used for authentication. Accepted entries are OAuth, OAuthPassword, and CompanyLevelAuth.OAuthPassword
ConcurInstanceURLRecommendedThe server URL to use. The new server URLs are backwards compatible with the legacy authentication methods, so set this only if necessary. For example, https://us2.api.concursolutions.com for some production accounts and https://us-impl.api.concursolutions.com for sandbox accounts.
InitiateOAuthRecommendedSpecifies the process for obtaining or refreshing the OAuth access token, which maintains user access while an authenticated, authorized user is working.GETANDREFRESH
LoginIdRecommendedLogin ID of the user. Can be used if the user account associated with the OAuth 2.0 access token has a Concur account with one of these roles: Web Services Administrator for Professional or Can Administer for Standard.
OAuthClientIdRecommendedSpecifies the client Id that was assigned when the custom OAuth application was created. (Also known as the consumer key.) This ID registers the custom application with the OAuth authorization server.
OAuthClientSecretRecommendedSpecifies the client secret that was assigned when the custom OAuth application was created. (Also known as the consumer secret). This secret registers the custom application with the OAuth authorization server.
PasswordRecommendedThe password used to authenticate the user.
UserIdRecommendedThe unique identifier of the SAP Concur user. Used only for tables that expose V4 endpoints of the SAP Concur API.
UsernameRecommendedThe user account used to authenticate to SAP Concur.
UseSandboxRecommendedA boolean indicating if you are using a Sandbox account. The provider makes requests to the production environment by default.FALSE

Networking

The table below lists the domains that the source needs to be able to access in order to successfully run.

For each domain, add a corresponding egress policy. If the source is hosted on-premises and not directly reachable from Foundry, use an agent proxy egress policy instead; the agent host itself must also be able to reach the listed domains. See using an agent as a proxy for details.

DomainRequired
developer.concur.comAlways
us2.api.concursolutions.comIf UseSandbox=FALSE (default) AND Region=US (default)
www-us2.api.concursolutions.comIf UseSandbox=FALSE (default) AND Region=US (default) - OAuth Authorization URL
eu2.api.concursolutions.comIf UseSandbox=FALSE (default) AND Region=EU
www-eu2.api.concursolutions.comIf UseSandbox=FALSE (default) AND Region=EU - OAuth Authorization URL
cn.api.concurcdc.cnIf UseSandbox=FALSE (default) AND Region=CN
www-cn.api.concurcdc.cnIf UseSandbox=FALSE (default) AND Region=CN - OAuth Authorization URL
us-impl.api.concursolutions.comIf UseSandbox=TRUE AND Region=US (default)
www-us-impl.api.concursolutions.comIf UseSandbox=TRUE AND Region=US (default) - OAuth Authorization URL
emea-impl.api.concursolutions.comIf UseSandbox=TRUE AND Region=EU
www-emea-impl.api.concursolutions.comIf UseSandbox=TRUE AND Region=EU - OAuth Authorization URL
<GeoLocation>If UseNewOAuthVersion=FALSE - GeoLocation property (retrieved automatically unless OAuthAccessToken set)
<ConcurInstanceURL>Used with older API versions (API v1-3)
concursolutions.comIf UseNewOAuthVersion=FALSE AND GeoLocation empty AND ConcurInstanceURL empty