- 30 Jul 2024
- 1 Minute to read
- Print
- DarkLight
- PDF
SAP Concur 4.x
- Updated on 30 Jul 2024
- 1 Minute to read
- Print
- DarkLight
- PDF
SAP Concur provides travel, expense and invoice management.
This adapter supports SAP Concur API Version 4. If you are using SAP Concur API v3 use the SAP Concur 3.x adapter.
Related Enforcement Actions
Types of Assets Fetched
This adapter fetches the following types of assets:
- Users
Parameters
- Host Name or IP Address (required) - The hostname or IP address of the SAP Concur server that Axonius can communicate with via the Required Ports.
- Client ID and Client Secret (required) - Provided by SAP when registering the application.
- Refresh Token (required) - The token used for company level authentication. In order to retrieve the Refresh Token, send the following code:
curl -X POST “https://DOMAIN/oauth2/v0/token” \
-H “Content-Type: application/x-www-form-urlencoded” \
-d “client_id=CLIENT_ID&client_secret=CLIENT_SECRET&grant_type=password&username=COMPANY_ID&password=COMPANY_AUTH_TOKEN&credtype=authtoken”
You will need to replace the values for: DOMAIN, CLIENT_ID, CLIENT_SECRET, COMPANY_ID, COMPANY_AUTH_TOKEN.
Verify SSL - Select whether to verify the SSL certificate of the server against the CA database inside of Axonius. For more details, see SSL Trust & CA Settings.
HTTPS Proxy (optional) - Connect the adapter to a proxy instead of directly connecting it to the domain.
HTTPS Proxy User Name (optional) - The user name to use when connecting to the value supplied in Host Name or IP Address via the value supplied in HTTPS Proxy.
HTTPS Proxy Password (optional) - The password to use when connecting to the server using the HTTPS Proxy.
To learn more about common adapter connection parameters and buttons, see Adding a New Adapter Connection.
APIs
Axonius uses the:
Required Ports
Axonius must be able to communicate with the value supplied in Geo Location via the following ports:
- TCP port 443: (HTTPS default)
Required Permissions
The following permissions are required:
- identity.user.ids.read
- identity.user.core.read
- identity.user.coresensitive.read
- identity.user.enterprise.read
- identity.user.sap.read
Supported From Version
Supported from Axonius version 6.0