Skip to main content

Authentication

Updated over 5 months ago

Credentials

A set of credentials are required in order to generate the authentication headers used on all http requests made to the SAP OData API. The credentials required depend on the authentication method utilized. Two methods are supported: HTTP basic authentication and OAuth 2.0.

OAuth 2.0

A valid SAP client application should be created. The following credentials are required by Convert:

  • Client ID (API key)

  • Company ID

  • SAML assertion

HTTP Basic Authentication (deprecated)

A valid SAP user should be created. The following credentials are required by Convert:

  • Username

  • Company ID

  • Password

This method is now deprecated but can be used until November 20, 2026 (SAP Help).

IP allowlisting

If the SAP OData IP allowlisting tool is used, the following IP address should be allowed:

16.170.94.98
​

Permissions

Whether a SAP user or a SAP client application is used for the authentication, they should have the adequate permissions for the following SAP entities:

  • JobRequisition (read)

  • JobApplication (read/write)

  • Candidate (read/write)

  • Attachment (read/write)

Did this answer your question?