SuccessFactors - Deprecation of OAuth API

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!

Deprecation of OAuth IdP API /oauth/idp | SAP Help Portal

  1. Check current integration method:

Is your OAuth token acquired from SAP itself (/oauth/token)?

Or are you using an external IdP and /oauth/idp to validate?

  1. Update to SAP-recommended method:

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.

  1. Coordinate with SailPoint (if using their managed connector):

Confirm whether your version of the SuccessFactors connector uses /oauth/idp.

If it does, request an update or switch to a supported flow.