cancel
Showing results for 
Search instead for 
Did you mean: 

Sender REST adapter OAUTH2.0

former_member595738
Discoverer
0 Kudos

Hi folks,

I'm aware we having the OAuth 2.0 option in the receiver rest adapter. Can we also have OAuth 2.0 for sender rest adapter as well ( not polling option)? How could this possible for sender rest adapter as i could not find any option there. Thanks.

Accepted Solutions (1)

Accepted Solutions (1)

former_member241146
Active Participant

It's true. Sorry, I was referencing to CPI/SCP Features.

Yes, Currently OAuth it is not natively supported by the Rest Sender Adapter, only Receiver or pooling options.

You may write an EAR/EJB module to provide native OAuth authentication in Netweaver AS JAVA: https://help.sap.com/viewer/c99ca811e1ae4a4692ee1da84223066c/7.4.19/en-US/9f45051ab0b740cb8f7ebc446d...

then call your Sender Adapter but it's not so simple or trivial.

Regards,

Bruno.

Answers (2)

Answers (2)

former_member595738
Discoverer
0 Kudos

Hi Bruno,

Thanks for the reply. Seem like we need to do it via ABAP netweaver instead of using PO which not natively support.

Regards,

Gan

former_member241146
Active Participant
0 Kudos

It’s true. You may use SAP Gateway to create your OData APIs.

Regards,

Bruno

orlanmartinezdu
Explorer
0 Kudos

Hello Fatt,

Have you addressed this requirement using SAP PO 7.5 single stack? If yes, could you kindly share how you were able to implement this?

Thank you!

former_member241146
Active Participant
0 Kudos

Hi Fatt.

Please check Blog as a reference to use OAuth authentication method: https://blogs.sap.com/2018/03/12/part-1-secure-connectivity-oauth-to-sap-cloud-platform-integration/


If it helps you, please mark the question as answered.

Regards,

Bruno

Muniyappan
Active Contributor
0 Kudos

this link is applicable for HCI/CPI tenant. Not for SAP Process Orchestration. Do you have any links which tells about same Oauth enabling for Sender side in PO?