On the standalone version of Oracle BPM, you can enable SSO individually for each web application using the Admin Center. When enable SSO using the Admin Center, you must also specify the class used for each web application. This class points to the SSO mechanism of the application server container.
The default class for the Process Administrator, WorkSpace Administrator and PAPI applications is: fuego.web.SSOUserLogin
The default class of the WorkSpace application is: fuego.workspace.security.SSOWorkSpaceLogin
Additionally, you can also implement a custom class to supply your own SSO implementation. See the Oracle BPM PAPI Developer Guide for more information.
When using the J2EE version of Oracle BPM, SSO is configured on the application server. See you application server documentation for more information.