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 is for webMethods Developer Portal 10.11 and 10.15 version. Please skip this article, if you are using Developer portal above 10.15.
To configure two way TLS with Developer Portal.
By enabling two way TLS, whenever a client ( browser / external server like API Gateway) raises a request to developer portal, the client certificate would be requested by developer portal during the handshake. If the client cerificate validation is not successful, the communication would be blocked for further processing.
To enable two way TLS, please follow the below mentioned steps
clientAuth
true
When the client certificate is not configured to trustore and clientAuth is set to true and trying to access the application in the browser, we will get the below page.
When the client certificate is configured in the trustore and in the browser, the browswer prompts to choose the cerificate for identification to the server,
On choosing the required certificate for identification, the application will get loaded in the configured browser,