Hi Mustafa, You can have your own custom page to start with and have you users sign in. You can continue navigation on your site and store a cookie for the user already logged in. When a user tries to access a Google Service like gmail, docs etc, you can check for the stored cookie and reply to Google SAML request based on the cookie without having to authenticate users again with a login screen.
The landing page on Google service after SSO authentication is controlled by RelayState parameter sent along with SAML Request/ Response. -Anirudh On Aug 29, 7:28 pm, Mustafa Musa ÜLKER <[EMAIL PROTECTED]> wrote: > Hello, > > I've implemented SSO solution with PHP in a website. I want to return > to a custom page after successful signing, not a google apps service > or startpage. How can I implement this? Is there a possible way with > API and SAML or must I develop some custom code (like using curl to > sign user and check if its successful) ? > > Thanks for all responses.. > > Byes --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
