Configuring Custom Single Sign-On Authentication

The following procedure shows you how to configure your web application to use a Custom Single Sign-On implementation.

The following procedure assumes that you have developed and compiled a class that implements the corresponding SSO interface.

To configure your web application to use your custom Single Sign-On implementation:

  1. Copy the compiled class that contains your SSO implementation to the WEB-INF/lib directory of the web application. This directory is located under <ORABPM_HOME>/webapps/<Web_Application_Name>.
  2. Edit the web application configuration and select the SSO option.
  3. Enter the fully qualified name of the class containing the SSO implementation.

The next time you start the web application, SSO authentication is activated.