Hi Madesh, For generating keys, i would recommend you to refer to this well compiled article by Amanda: http://code.google.com/apis/apps/articles/sso-keygen.html
-Anirudh On Sep 1, 4:42 pm, "madesh p" <[EMAIL PROTECTED]> wrote: > Dear Anirudh, > > how do i generate public key and private key? > > Regards, > Madesh.p > > > > On Mon, Sep 1, 2008 at 2:40 PM, Anirudh (Google) <[EMAIL PROTECTED]> wrote: > > > Hi Madesh, > > > To implement SSO, you will have to: > > > 1. Deploy a SAML Identity Provider. This component will provide user > > authentication against your user accounts database. There is a sample > > SSO solution available here: > > http://code.google.com/apis/apps/libraries_and_samples.html#sso > > > 2. Configure SSO URLs in the control panel and upload your public > > certificate. > > > Its is possible to direct users to gmail from your application sign > > in. Redirection is controlled through the RelayState parameter. > > The URL for gmail would be: > >http://mail.gooogle.com/a/<youdomain.com> > > > Once SSO is configured, users will not be authenticating against > > Google Accounts. Your Identity Provider will take the responsibility > > of authentication of users on SAML requests sent by Google and reply > > by signing a SAML response to Google Assertion Consumer Service(ACS). > > > You can learn more about Google SSO process here: > >http://code.google.com/apis/apps/sso/saml_reference_implementation.html > > > -Anirudh > > > On Aug 29, 5:43 pm, madesh <[EMAIL PROTECTED]> wrote: > > > Dear google groups, > > > > we have created the domain like "bizport.co.in" > > > I want to use SSO for my application. > > > When user logs in to our application he should be re directed to > > > google mail(bizport.co.in domain ) .here user does not need to re > > > login the google mail also user can able see the loged in page(the > > > page after the log in to google mail).so we can use SSO for this > > > > how to use SSO > > > Please any one guide me .i went through some google doc .i can not > > > understand clearly > > > > Thanks and Regards, > > > > Madesh.p > > -- > by > madesh --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
