I have a problem with Integration links and Kerberos.
We use Kerberos for the authentication.
I have created an integration links that call a Soap webservice.
This Soap webservice use the Preemptive Authentication => Method Executor => SPNegoMethodExecutor.
If I use directly this webservice, all is working fine.
If I use directly this integration link in a Script Editor, all is working fine.
But, If I use this integration link in a process (this process has the correct swimlane for my user), I received a "Bad response: (401Unauthorized".
It's like we don't send the Kerberos, the forward is not working correctly.
I have tried to add in this integration link this meta data but it's not working:
nm.utils.http.httpMethodExecutorName = SPNegoMethodExecutor
A solution is instead of using the integration link directly in the process, to use a script that call this integration link and it's working but I would like to understand why it's not working with the integration link?
I have a problem with Integration links and Kerberos.
We use Kerberos for the authentication.
I have created an integration links that call a Soap webservice.
This Soap webservice use the Preemptive Authentication => Method Executor => SPNegoMethodExecutor.
If I use directly this webservice, all is working fine.
If I use directly this integration link in a Script Editor, all is working fine.
But, If I use this integration link in a process (this process has the correct swimlane for my user), I received a "Bad response: (401Unauthorized".
It's like we don't send the Kerberos, the forward is not working correctly.
I have tried to add in this integration link this meta data but it's not working:
nm.utils.http.httpMethodExecutorName = SPNegoMethodExecutor
A solution is instead of using the integration link directly in the process, to use a script that call this integration link and it's working but I would like to understand why it's not working with the integration link?
Thanks in advance for your help.
Kind regards,
Michaël