Developing a Custom Sign On Implementation

Papi Web Service can use a custom Single Sign On (SSO) implementation to authenticate the client. The following procedures show you how to develop a custom SSO implementation for PAPI Web Service.

To compile the class containing your custom SSO implementation you need to have a Java SE Development Kit 5 (JDK 5) installed. You can download the JDK from Sun Developer Network.

To configure SSO Authentication:

Implement the interfacefuego.sso.SSOUserLoginInterface.
  1. Add the file fuego.core.jar to the CLASSPATH. This file resides in <ORABPM_HOME>/lib.
  2. Create a Java class that implements the interface fuego.sso.SSOUserLoginInterface. This class should contain your custom SSO implementation.
  3. Compile the class created in the previous step.