At the moment, using a Google account to authenticate to a non-Google
resource is not possible (that I'm aware of).  I seem to recall someone else
asking the same thing awhile ago and someone from Google confirming this.
However, you could always submit it as a feature enhancement.

Alternatively, look at Google's SSO implementation with SAML.  What this
will allow you to do is delegate authentication to YOUR system.  When the
user attempts to log into Google, they will be redirected to an
authentication resource on your side.  You do whatever you need to do to
authenticate the user, then send the user back to Google with a token.  Now,
there's nothing to say you can't inject your own SSO token into the user's
browser during authentication to identify the user in other applications
you'd like the user to gain access to.

More info on Google's SSO can be found here:
http://code.google.com/apis/apps/sso/saml_reference_implementation.html

-Ryan

On Dec 6, 2007 3:13 AM, Sam Johnston <[EMAIL PROTECTED]> wrote:

> I'm not sure what you're trying to do is necessarily possible - that is,
> it is possible to authenticate against Google for use with Google services
> but I'm not sure you can tell anything other than that you had a successful
> authentication - that is you can't tell which user it was who authenticated,
> which defeats the purpose.
>
> I'm CTO of a Google Enterprise Professional partner company based in
> France - though my French is far from perfect I can introduce you to one of
> my French SE's if you like - contact me off list.
>
> Sam
>
>
> On 12/6/07, tonyrodman <[EMAIL PROTECTED]> wrote:
> >
> >
> > yeah but how can i modify the path in order to redirect it to my
> > website/applciation?
> > i tried to modify it, and i got many errors :s
> > do u have a simple way to do that?
> >
> > > >
> >

--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---

Reply via email to