Hi, One workaround you may consider is to add a hidden iframe in your login page calling https://www.google.com/a/yourdomain/Logout URL. Below are the logout steps:
1. User click on the logout button on your web application 2. Your app will call the logout method you mentioned 3. User will be redirected to your app's login page which will contain the hidden iframe 4. The hidden iframe will call the https://www.google.com/a/yourdomain/Logout URL which will log the user out from Google Apps The Google Apps SSO logout URL should be set to the logout URL for your web application. Thanks, --Tony On Mar 5, 7:50 pm, noni <[email protected]> wrote: > Hi Tony, > > Thanks, but my web application needs a method that will call the > logout method implicitly. > so that the user will be redirected to my web application loginpage > again.. so, redirecting the user > to this URLhttps://www.google.com/a/yourdomain/Logoutwill be out of > the scenario.. > > THANKS again for clarifying this issue. --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
