Join this online group to communicate across IBM product users and experts by sharing advice and best practices with peers and staying up to date regarding product enhancements.
This article explains how the inbound transaction can be authenticated using 2 way SSL mechanism.
It is assumed that readers of this article know how to setup B2B enterprise profile and partner on webMethods.io B2B platform.
Inbound URL : https://tenanatName.int-aws-us.webmethods.io/b2b/routes/channel/
https://tenanatName.int-aws-us.webmethods.io:8443/b2b/routes/channel/
Navigate to the postman client
Click on settings–> Certificates
Provide the hostname: .int-aws-us.webMethods.io
Port: 8443
Either provide the certificate and key or provide the pfx file
Provide the password, in our case by default certificate generated from B2B have password “changeit”
In our case we will provide the .pfx file which we generated from B2B portal
Click Add
Provide the username and password under the basic authentication.
Trigger the request.
Note: Even though we are using 2 way ssl certificate for authentication but we still need to pass the credentials for authentication to happen at channel level.