Introduction:
If you are integrating SOAP Webservice Consumers and need to use NTLM authentication, you can configure it directly within your Process Flow by setting a few context variables. This guide walks you through the steps to enable NTLM authentication.
Steps:
Open the Process Flow
Navigate to the Process Flow you want to configure.
Access Process Flow Properties
Right-click on the Process Flow and select Properties.
Set Context Variables
Add the following context variables with appropriate values:
enableNTLMAuthentication : true NTLMUserName : <Basic Authentication Username> NTLMPassword : <Basic Authentication Password> NTLMDomain : <domainName> or leave blank if not applicableSave the Process Flow
After setting the variables, click Save to persist your changes.
Execute the Process Flow
Run the Process Flow to ensure that the SOAP Webservice Consumer uses NTLM authentication when making requests.
Comments
0 comments
Please sign in to leave a comment.