Dear experts,
SAP published the following article regarding the deprecation OAuth API. Does this mean that OAuth authentication will not be possible soon via SuccessFactors connector? Thanks in advance!
Dear experts,
SAP published the following article regarding the deprecation OAuth API. Does this mean that OAuth authentication will not be possible soon via SuccessFactors connector? Thanks in advance!
Is your OAuth token acquired from SAP itself (/oauth/token)?
Or are you using an external IdP and /oauth/idp to validate?
Use Client Credentials Grant or Authorization Code Grant directly with SAP’s token endpoint.
Let SAP issue and validate tokens, rather than depending on /oauth/idp.
Confirm whether your version of the SuccessFactors connector uses /oauth/idp.
If it does, request an update or switch to a supported flow.