I have created a custom connector using postman collection for calling SOAP based web services hosted on-premise, the webservice requires the UsernameToken for web service security so I am passing this under body of the payload inside
The problem here is I need to pass the username and password openly in the body of the payload which is visible, I tried to use basic authentication instead of WSS then it shows the Username token is missing.
Could you please tell me how can I make it secure/encrypt so that password and username should not be visible. I am trying to write custom code in the connector but not able to get it correctly, any help will be appreciated
Thank you for your reply! To ensure a great experience for everyone, your content is awaiting approval by our Community Managers. Please check back later.