I will try to explain a little as maybe I was not clear enough.
I am implementing a scenario where a third-party application is calling PI using REST protocol. They only allow me to configure a URL but they do not support basic authentication when calling PI.
I know that when using SOAP adapter there are a couple of workarounds that do not require disabling authentication on the adapter level, but I have no similar information for the rest adapter.
So my questions:
1. Is it possible to disable authentication for REST on the adapter level?
2. Any workarounds for a specific channel?
Thanks
Yoni
Hi Yoni,
There is LoginModule to work with this concept: Managing Login Modules - User Authentication and Single Sign-On - SAP Library
I know you can use it in the SOAP adapter, i am not sure with the rest adapter: 1711121 - Disabling/Customizing SOAP Adapter Default Authentication
Regards.
Add a comment