Hi westor,

Finding the best solution depends on how you want to use the
authentication information. If you're merely concerned with having a
unique identifier for each user, the OpenSocial API provides this for
you. You can then use this identifier to store information within the
gadget or on a remote site. No further authentication is necessary.

If you want write access to information stored in other Google
properties (Docs, Spreadsheets, Calendar, etc.) then you'll need to
use a different approach. For SSO, you can use AuthSub with a
type="url" gadget that points to a page on your own site (which
handles authentication). Details on AuthSub are here:
http://code.google.com/apis/gdata/authsub.html.

Neither of these solutions will allow you to create Google accounts
because that process is not intended to be automated. But, you can
feel free to create local accounts within your gadget based on unique
identifiers provided by either of the above solutions.

Best,
Dan

On Sep 2, 4:27 am, westor <[EMAIL PROTECTED]> wrote:
> I'm writing applications with an AJAX Framework. Is it possible to
> have a SingleSignOn between the users Google account and my
> application (in this case a gadget)? As far as I know, there are
> possibilities for automatic login: cookie or URL. If I would use a
> cookie, there is a problem with IE and other browsers to store third
> party cookies. I've read the article in the legacy gadget api
> documentation. But it seems to me to be not a good solution, to white
> p3p headers. I have no glue of using URL parameters, but I think this
> is not very secure.
> Are there possibilities with open social api? How can I use this, are
> there examples, how to use?
> I think I should be able to create local users, update there data
> (e.g. email address) an authenticate them.
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"iGoogle Developer Forum" 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-Gadgets-API?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to