Hi Pankaj, You can activate SSO and create a SAML Response on your system based on your current authentication, Requests are made from Google Apps when a user needs to be authenticated on a Google service (Gmail, Calendar, etc.).
As you said, our sample code was made for Java 5, but it could possible to make your own implementation for Java 4. You need to create a similar implementation of ProcessResponseServlet.java in your system and point the SSO sign-in page to the appropriate URL. We had a similar thread about modifying our sample to create a Response: http://groups.google.com/group/google-apps-apis/browse_thread/thread/515ea6ada0d28b50/ As an alternative, I also recommend you trying SSO Open Source projects: http://code.google.com/apis/apps/open_source_projects.html Cheers, Julian Oracle SSO http://code.google.com/apis/apps/articles/pingfederate.html https://opensso.dev.java.net/ On Jun 18, 12:19 pm, Panks <[EMAIL PROTECTED]> wrote: > I need some help to resolve one issue related to SAML implementation / > configuration: > > Our home page URL ishttps://www.google.com/a/cpanel/testgmail.coloradomtn.edu > I wish that in Oracle portal, whenever users login into portal using > his/her credentilas, > then the same person can also login into Gmail apps(email) after > clicking a link which will be on portal. > That means we will provide one link on Portal page and if the user > clicks on that link he/she will be login into Gmail aaps(email). > > I have confusion about creating the SAML resquest and response. Also > the jar files which Goosgle are using is developed using jre 1.5 , but > orace portal j2ee containers uses 1.4. Please help me out. > > Regards > Pankaj K Sinha --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Google Apps APIs" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [EMAIL PROTECTED] For more options, visit this group at http://groups.google.com/group/google-apps-apis?hl=en -~----------~----~----~----~------~----~------~--~---
