Hi Team,
I am getting issue in integrating SuccessFactors with SailPoint ISC, There is Issue on Authentication itself. We have to use Oauth 2.0 authentication. Can Anybody support in establishing the connectivity, all the pre-requisites fulfilled but getting below error.
If OAuth 2.0 works in Postman but fails in SAP SuccessFactors integration with SailPoint ISC, the issue is usually one of these:
Incorrect Token URL (must be the SuccessFactors OAuth endpoint)
Wrong Client ID/Secret
Missing or incorrect Company ID in the request
Grant type mismatch (client_credentials vs SAML2_BEARER_ASSERTION)
Required scopes not assigned to the API user
URL encoding issues in the token request
Hey @LearningStar Can I know what type of Grant Type are you using? Also check if anything is mismatched or wrong as @5307c267bd975cb62435e2356b90903 says.
Please refer to the below link of the existing post.
My team is trying to set up a web services connector to SuccessFactors. For reasons I will not go into, we can not rely on the out of the box SuccessFactors connector.
The connection requires Authentication Type OAuth 2.0 and Grant Type SAML Bearer Assertion.
We managed to establish the connection with custom authentication and in Postman but would like to transition the authentication method to use the OAuth 2.0.
I believe I’ve managed to figure out what most of the fields shall be filled ou…
Background
If your SailPoint Identity Security Cloud (ISC) implementation uses a Web Services connector to integrate with SAP SuccessFactors, there is a reasonable chance you have been relying on the SuccessFactors-native OAuth IDP endpoint (/oauth/idp) to generate SAML assertions for API authentication. SAP deprecated this endpoint ( SAP Help Portal | SAP Online Help ) because it required passing a private key directly in an API call, which SAP deemed insecure. The endpoint has now been removed…
Grant type is SAML Bearer Assertion we are using for connecting to SuccessFactors
othornewill
(Oliver Thornewill von Essen)
June 1, 2026, 2:31pm
6
We use the SAP SuccessFactors connector instead of Web Services SaaS connector, I was having issues authenticating with Web Services SaaS because of differing IDP and TokenURLs. Perhaps that was an issue on my part, not understanding how to use the web-services connector in detail.