This page describes how to set up and configure a third-party application before creating the Concur data store.
Create OAuth app
Sign in to your SAP Concur account with administrator credentials.
Navigate to the SAP Concur Developer Center or application management portal.
Click Create new app or register a new client application.
Enter an application name and select OAuth 2.0 Client Credentials as the authorization type.
Once the application is created, copy the Client ID, Client secret, and Geo location, and store them securely for later use.
Set redirect URL and scopes
After creating the OAuth app, configure its redirect URL and scopes:
Open the application details page for the app you created in the previous section.
Navigate to the OAuth or redirect settings section.
In the Redirect URL field, enter
https://vertexaisearch.cloud.google.com/oauth-redirect.In the Scopes or allowed permissions section, select the following required scopes:
Scope Purpose expense.report.read Allows the app to read expense report headers and details within Concur. identity.user.core.read Allows the app to read core user profile information. identity.user.coresensitive.read Allows the app to read sensitive core user profile information. identity.user.ids.read Allows the app to read unique identifiers of users. locality.read Allows the app to read details of a locality for a given company. receipts.read Allows the app to read receipt images, metadata, and status. user.provision.read Allows the app to read user provisioning and account profile data. Save your configuration changes.
Request app authorization
Depending on your organization's SAP Concur policies, an administrator may need to authorize or enable the client application for your company before it can be used.
Verify that your application status is active.
Keep your Geo location, Client ID, and Client secret available for when you configure the data store in Google Cloud console.