Modifying SSO JavaScript
You can use the API (application programming interface) that comes predefined with CRM Desktop SSO (SSO API) to create a custom script that does the following:
Get HTML and XML pages
Submit forms
Follow redirects
Support cookies
CRM Desktop SSO uses JavaScript to implement the logic it requires. This script can accommodate some layout or workflow changes but it might be necessary to modify it to meet your deployment requirements. CRM Desktop SSO comes predefined with the following JavaScript files:
core.js and utils.js. A set of reusable functions and building blocks that handle authentication. The lib.js file includes detailed documentation in the source code that describes the API that you can use to customize CRM Desktop SSO.
sso.js. An entry point that handles authentication.
You must distribute any update you make by uploading the new script you create to an autoupdate location or you can use external provisioning. For more information, see Installing Siebel CRM Desktop SSO If You Use Autoupdate.