Bookshelf Home | Contents | Index | PDF | ![]() ![]() |
Siebel CRM Desktop for IBM Notes Administration Guide > Customizing Authentication > CRM Desktop SSO Objects You Can Customize > Credentials ObjectThe credentials object is a subobject of a request object that specifies the HTTP authorization parameters that CRM Desktop SSO uses. It includes the following functions:
Set User Name FunctionThe set_username function sets the user name for a request. It uses the following format: Set Password FunctionThe set_password function sets the password for a request. It uses the following format: Set Authorization Schemes FunctionThe set_auth_schemes function sets the authorization schemes that CRM Desktop SSO uses with a request. It uses the following format: set_auth_schemes(auth_schemes)
You must use the following format:
For example, the following code configures the HTTP client to use NTLM basic authentication if the direct request fails, where NTLM authentication takes priority over basic authentication: req.get_credentials().set_auth_schemes("nb"); For information about basic authorization and passport authorization, see the topic about HTTP authentication schemes at the Microsoft Developer Network web site. |
![]() ![]() |
Siebel CRM Desktop for IBM Notes Administration Guide | Copyright © 2018, Oracle and/or its affiliates. All rights reserved. Legal Notices. | |