# SAP Concur

SAP Concur is a software that provides travel and expense management services to businesses all over the world.

# How to connect to SAP Concur on Workato

The SAP Concur connector authenticates with OAuth 2.0 protocol. It uses the authorization code grant flow for production instances and password grant for sandbox instances. Refer to the SAP Concur API documentation (opens new window) on Authentication for more details.

Permissions required

Credentials provided need to have at least EXPRPT scopes (opens new window) to connect successfully.

Field Description
Connection name Give this connection a unique name that identifies which SAP Concur instance it is connected to.
Implementation instance Select Yes to connect to a Concur implementation server.
For existing connections, this is left blank and defaults to No.
Authentication type Select Refresh token grant `to authenticate based on refresh tokens. Contact your Concur account manager to receive these credentials. Otherwise, select Password grant to connect using a username and password. Authorization code grant (old) is kept for backwards compatibility and not recommended by Concur.
Username Only required if using Password grant or connecting to an implementation instance.

Username to authenticate via password grant.
Password Only required if using Password grant or connecting to an implementation instance.

Password to authenticate via password grant.
Location Only required if using Password grant, Refresh token grant or connecting to an implementation instance.

Select the location of your Concur implementation server.
Client ID Only required if using Password grant, Refresh token grant or connecting to an implementation instance.

Client ID of your implementation application.
Client secret Only required if using Password grant, Refresh token grant or connecting to an implementation instance.

Client secret of your implementation application.


Last updated: 4/5/2023, 11:41:46 AM