Description
Development Team
The project owner is currently the only member of the development team.
(by Pat_Patterson on Thu Mar 31 15:00:45 GMT 2011)
@Ala - it is not currently possible to SSO directly from Google IdP to Salesforce.com, since Google IdP only supports OpenID, and Salesforce only supports SAML. Ping Identity, one of our partners, offers PingConnect (http://www.pingidentity.com/our-solutions/pingconnect.cfm) that can translate between the two.
(by Jon Mountjoy on Mon Mar 28 15:34:28 GMT 2011)
This is not for Google Apps Ala. It's for Google App Engine. I've just referenced the Setup guide to show how a few more details (for Google App Engine).
(by Ala User on Mon Mar 28 15:04:56 GMT 2011)
Any Idea how can we do this with google apps account? how we use google as identity provider to salesforce with any development or to delegate the authentication from salesforce to goole?
(by Doug Merrett on Tue Mar 15 23:43:42 GMT 2011)
Very nice piece of code. It does what is says on the tin!
Tags

Salesforce Single Sign On (SSO) with Delegated Authentication using Google App Engine is a Google App Engine application that allows salesforce users to use their Google credentials to log into salesforce through Delegated Authentication using Single Sign On.
The package contains a working Java Google App Engine project that allows for Single Sign On. Once a user has logged into their Google App Engine application (with the installed code) click on the Salesforce Login link to access salesforce. (assuming salesforce has been configured correctly for Delegated Authentication)
The code can be further built on to include additional bespoke security algorithms.
The Google App Engine application has only been tested against Google Account not Google App for your domain. With some additional configuration and work the application might also work against Google App for your domain.
http://code.google.com/p/sfdc-gae-sso-delegated-auth/wiki/Setup
http://code.google.com/p/sfdc-gae-sso-delegated-auth/wiki/GoogleAccountsvsGoogleApps