How do you delegate your OpenId to Google Apps
google-apps, openid
Solution
Google recently (an hour or so ago) announced OpenID support for Google Apps customers.
Check out the discovery protocol on Google Groups. Should be a good start.
I believe the endpoint is ht tps://www.google.com/accounts/o8/site-xrds?hd=your-domain.com
Problem
I use Google Apps for my domain email, and I was wondering if I could use that account for OpenID instead of the regular Gmail account. I know I can delegate Openid to some other URL using this: ``` <link rel="openid.server" href="http://www.myopenid.com/server" /> <link rel="openid.delegate" href="http://samruby.myopenid.com/" /> ``` But I can't find the appropriate URLs for Google. Thanks -Mathieu