Hi Takashi, Thanks for sharing your logout implementation with the community in the meantime :)
Cheers, --Tony On Mar 10, 8:08 pm, Takashi Matsuo <[email protected]> wrote: > Hi Tony, > > That's great to hear that! It is very nice that google has an > intention to implement single logout service. > > Having said that, for now we don't have one, so I've written my own. > > So, just for your information, let me share my single logout > implementation for Google Apps. It's like a kind of pseudo single > logout. > > With this implementation, > > 1) When a user hit the logout link on the top right of the Apps GMail > inbox, he/she will automatically signed out from all the service > provider that he/she has signed in. > 2) When a user take a logout action on any service provider, he/she > will automatically signed out from Apps GMail. > > The strategy I took is a bit different from the one Tony mentioned, so > please check my implementation if anyone would like. > > The source code is available via:http://bitbucket.org/tmatsuo/gheimdall2/ > > Regards, > > -- Takashi Matsuo > > On Tue, Mar 10, 2009 at 3:28 PM, Tony (Google) <[email protected]> wrote: > > > You are welcome. And please be ensured that you will receive proper > > notification here if we implement SAML 2.0 Single Logout. > > > Thanks, > > > --Tony > > > On Mar 6, 2:10 am, noni <[email protected]> wrote: > >> Hi, > > >> Thanks Tony, I think this will somehow manage my signout. > > >> But, if there will be any update regarding the implementation of > >> single logout, I hope we'll be informed. > > >> Thanks Again! > > >> On 6 Mar, 15:08, "Tony (Google)" <[email protected]> wrote: > > >> > Hi, > > >> > One workaround you may consider is to add a hidden iframe in your > >> > login page callinghttps://www.google.com/a/yourdomain/LogoutURL. > >> > 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 > >> > thehttps://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/Logoutwillbeoutof > >> > > the scenario.. > > >> > > THANKS again for clarifying this issue.- Itago ang tekstong may panipi > >> > > - > > >> > -Ipakita ang tekstong may panipi- --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
