cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

REST Sender without authentication

Former Member
0 Likes
2,374

Hi all,

I have a requirement for the scenario - REST to RFC but the source system (Cloud/Rest) do not support any kind of authentication.

I would like to know how to disable the user/pass authentication for REST Sender Adapter.

I already check many threads but without clear solution.

Do you have any idea ?

Regards,

Accepted Solutions (1)

Accepted Solutions (1)

Muniyappan
Active Contributor
Former Member
0 Likes

Solved.

Just need mark

Regards,

Answers (1)

Answers (1)

mate_moricz
Product and Topic Expert
Product and Topic Expert
0 Likes

Hi Pedro,

You can use CORS to allow public access. CORS is supported since SAP Note 2175269 - New Feature: Support for Cross-Origin Resource Sharing (CORS), however be aware of SAP Note 2351506 - REST sender returns HTTP 401 during CORS pre-flight checks (of course this depends on how your client sends you messages).


Best regards,
Mate

nalini1
Explorer
0 Likes

I have the same process in place. I need to authenticate the PI system without using credentials and have configured the REST adapter (Sender & Receiver). Can this be set up securely?
using Certificate Authentication or any other process we have.