ReadMe.txt for JSP based demo partner application
====================================================================

This SSO enabled demo partner application uses JSP and Java beans 

1.  papp.jsp  
    This is the application page. This page includes the ssoinclude.jsp
    page for geting the SSO user information(e.g. user name). If this page
    can get the user name then it will display application content for 
    that user

2   ssoinclude.jsp
    This page will redirect user to the SSO server it can't find the 
    application session cookie. If application session cookie is there 
    then, it will provide the user information to the application JSP page

3   ssosignon.jsp
    After authenticating the user, SSO server sends a token to the registred
    partner application with user information. This page will set the application
    cookie using that token and redirect back to the requested aplication page


4.  papplogoff.jsp
    This page clears application cookie to end the application session.


5.  SSOEnablerJspBean.java
   This bean uses SSOEnablerBean to implement various SSO functionaliy
