
Oracle Web Single Sign-On
Partner Application SDK
Copyright (c) 1999-2001 Oracle Corporation. All rights Reserved.
==================================================================

JAVA SERVER PAGES BASED SAMPLE APPLICATION

This SSO enabled sample partner application uses the following Java 
Server Pages and beans: 

*   papp.jsp  
    This is the application page. The page includes the ssoinclude.jsp
    page for obtaining SSO user information, such as the user's name. 
    If the page obtains the user information, it displays the application
    Content for the user.

*   ssoinclude.jsp
    This page redirects users to the Login Server if it cannot locate 
    the application session cookie. If the application session cookie is
    present, it provides user information to the application's JSP page.

*   ssosignon.jsp
    After authenticating the user, the Login Server sends a token containing
    user information to the registered partner application. The page sets
    the application cookie using the token and redirects back to the 
    requested application page.

*   papplogoff.jsp
    This page clears the application cookie and ends the application session.

*   SSOEnablerJspBean.java
    This bean uses the SSOEnablerBean to implement various types of SSO
    functionality.
    Note: This bean is located in the demo/java/beans directory.

