Description:
The document gives a detailed step-by-step procedure to disable the web services logon for Service Desk Manager, so that all of the web service calls go through the Public Key Infrastructure(PKI) using "loginServiceManaged()".
Solution:
This document is different than requiring a secure login as described in the Implementation Guide.
The Implementation Guide covers steps for requiring a login() and loginService() web methods to be called with a secure protocol, such as https.
For more information on that, please refer to the "Web Services Configuration" on page 439 of the 12.5 CA SDM Implementation Guide.
This document covers the steps to force all logins to go through PKI.
To disable the Web Services logon for Service Desk Manager, follow these steps:
<!--<handler type="USDSecurity65" />-->The result is:
<handler type="USDSecurity65" />
Once the steps have been followed, Service Desk Manager no longer accepts calls made to the "login()" and "loginService()" Web Service methods.
Any calls to "login()" return: 'GLOBAL EXCEPTION: User logon disabled'. Calls to "loginServiceManaged()", which uses PKI, are accepted.
For more information, please refer to the CA Service Desk Implementation Guide r12.5 CA SDM.
Figure 1. Before changing deploy.wsdd.
<Please see attached file for image>
Figure 2. After changing deploy.wsd.
<Please see attached file for image>