Commerce SSO is managed by a dedicated Oracle Commerce Platform server instance. When you set up your environment in CIM, it gives you the option of setting up this server. The server includes the SSO module and the DPS.InternalUsers module (which the SSO module has a dependency on), and uses the same datasources as the ATG Content Administration server, so it can access the Oracle Commerce Platform internal profile repository.

When an unauthenticated user attempts to access the Business Control Center or the Workbench, he or she is redirected to the SSO server’s login page. The login is authenticated against either the internal profile repository or the LDAP server, depending on which configuration is used. If the login succeeds, the requested application is displayed.

The SSO module includes a web application that manages the single-sign on process. The application, whose context root is sso, provides six main functions that can be accessed via plug-ins by client applications: login, validate, keep alive, query, control, and logout.

To perform these tasks, the Commerce SSO makes use of ticket granting tickets and service tickets. A ticket granting ticket is like a global flag that indicates the user has been successfully authenticated. When a user is authenticated successfully, a service ticket is issued to the user. The service ticket is a short-term object that is used to perform validation. The first time the user attempts to access a URL, the service ticket is passed to the SSO server along with the URL to validate that the user is permitted to access the URL. The SSO server responds either “yes” or “no” to the request based on the status of the ticket.

The SSO application adds the /atg/sso/servlet/SSODispatcherServlet component, of class atg.servlet.pipeline.ServletPathDispatcherPipelineServlet, to the Oracle Commerce Platform request-handling pipeline on the SSO server. This servlet dispatches requests to other servlets that provide the SSO server functions. The servlet that SSODispatcherServlet dispatches the request to depends on the servlet path of the request:


Copyright © 1997, 2015 Oracle and/or its affiliates. All rights reserved. Legal Notices