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 to https://www.google.com/accounts/ClientLogin and 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 -~----------~----~----~----~------~----~------~--~---
