Since PI/PO 7.50 SP23, OAuth is supported in SFSF adapter.
SAP SF provide guideline as how SF OAuth works Authentication Using OAuth 2.0 | SAP Help Portal
Basically we'd need to register the client with SF admin center, then generate SAML assertion, afterwards using the SAML assertion to get token to call the SF APIs.
However in SFSF adapter in PI/PO, there is no place to specify where the SAML assertion is located, it only requires SAML Issuer, SAMO Issuer Key Store and SAML Issuer Key Alias. So where do we specify the SAML Assertion? without it SFSF adapter won't be able to use the assertion for get token and call API.
anyone has configured OAuth2 for SFSF adapter?
thanks
Jayson