The solution I use now (Again, I don't know if it's the right
solution, but hey it works).

I request an Authentication key with the ClientLogin by passing in the
username and password.
If I get back an authenticated key I use SSO to sign the user in.

RNBY

On Jan 28, 10:57 am, RNBY <[EMAIL PROTECTED]> wrote:
> Hi,
> I have SSO enabled.
> This prevents the users to login through the google login page.
>
> I made a form where the user can put in his email and password.
> I pass this username and password 
> tohttps://www.google.com/accounts/ClientLoginand get back a
> authentication key if the credentials where valid.
>
> I then tried to redirect the user then to
> string URL = "http://mail.google.com/a/"; + domainName + "/?
> AuthEventSource=SSO&auth=" +
>             authKey + "&husr=" + email.Text + "&shva=1";
>
> It then gets redirecteed to our SSO signin page instead to the users
> email.
>
> Is this the right method to do this, if not what would be the right
> way to do it.
>
> RNBY
--~--~---------~--~----~------------~-------~--~----~
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