I would like to allow the user of my app engine application to switch
accounts, for users that have multiple accounts and use the google
multiple sign-ins turned on.  I have tried using the
UserServiceFactory.getUserService().createLogoutURL() and send them
there, but that only seems to let them log back into the domain they
were already logged in on.  I have also tried not logging out and
simply UserServiceFactory.getUserService().createLoginURL() and
sending them to that, but it seems to detect that they are already
logged in and just brings them right back to my app with the same
account.

Any help would be greatly appreciated.

-- 
You received this message because you are subscribed to the Google Groups 
"Google App Engine for Java" group.
To post to this group, send email to google-appengine-java@googlegroups.com.
To unsubscribe from this group, send email to 
google-appengine-java+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-appengine-java?hl=en.

Reply via email to