How do you delegate your OpenId to Google Apps - Stack Overflow
most recent 30 from stackoverflow.com
2009-12-15T03:33:40Z
http://stackoverflow.com/feeds/question/436829
http://www.creativecommons.org/licenses/by-nc/2.5/rdf
http://stackoverflow.com/questions/436829/how-do-you-delegate-your-openid-to-google-apps
8
How do you delegate your OpenId to Google Apps
Mathieu Longtin
2009-01-12T20:11:39Z
2009-07-30T05:00:13Z
<p>Hi,</p>
<p>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. </p>
<p>I know I can delegate Openid to some other URL using this:</p>
<pre><code><link rel="openid.server" href="http://www.myopenid.com/server" />
<link rel="openid.delegate" href="http://samruby.myopenid.com/" />
</code></pre>
<p>But I can't find the appropriate URLs for Google.</p>
<p>Thanks</p>
<p>-Mathieu</p>
http://stackoverflow.com/questions/436829/how-do-you-delegate-your-openid-to-google-apps/436873#436873
3
Answer by Nathan Feger for How do you delegate your OpenId to Google Apps
Nathan Feger
2009-01-12T20:23:18Z
2009-01-12T20:23:18Z
<p>My understanding is that Google is not exposing that server url, and as such makes this technique inoperable for a Google OpenID.</p>
http://stackoverflow.com/questions/436829/how-do-you-delegate-your-openid-to-google-apps/436928#436928
4
Answer by Cade Roux for How do you delegate your OpenId to Google Apps
Cade Roux
2009-01-12T20:35:10Z
2009-01-12T20:35:10Z
<p>MyOpenID.com <a href="https://www.myopenid.com/product_domains" rel="nofollow">does offer openid on your own domain</a>.</p>
http://stackoverflow.com/questions/436829/how-do-you-delegate-your-openid-to-google-apps/475191#475191
0
Answer by Jan for How do you delegate your OpenId to Google Apps
Jan
2009-01-24T00:32:20Z
2009-01-24T00:32:20Z
<p>They say they will in the future but doesn't give any clue to when the future will be here. See this thread in Google groups <a href="http://groups.google.com/group/google-federated-login-api/browse_thread/thread/19b33847210e5708" rel="nofollow">http://groups.google.com/group/google-federated-login-api/browse_thread/thread/19b33847210e5708</a></p>
http://stackoverflow.com/questions/436829/how-do-you-delegate-your-openid-to-google-apps/674034#674034
4
Answer by darkk for How do you delegate your OpenId to Google Apps
darkk
2009-03-23T16:17:02Z
2009-03-23T16:17:02Z
<p>It's not possible. </p>
<blockquote>
<p>Note: OpenID authentication is currently supported for Google accounts only, not Google Apps (hosted) accounts</p>
</blockquote>
<p>© <a href="http://code.google.com/apis/accounts/docs/OpenID.html" rel="nofollow">http://code.google.com/apis/accounts/docs/OpenID.html</a></p>
http://stackoverflow.com/questions/436829/how-do-you-delegate-your-openid-to-google-apps/764115#764115
1
Answer by Sebastian Good for How do you delegate your OpenId to Google Apps
Sebastian Good
2009-04-18T20:20:06Z
2009-04-18T20:20:06Z
<p>Cade Roux's approach works great: it takes about 10 minutes to get an MyOpenID.com account set up and working for your own domain. It operates through a CNAME DNS record, so while MyOpenID does indeed host the necessary code for OpenID authentication, you use your own URL.</p>
http://stackoverflow.com/questions/436829/how-do-you-delegate-your-openid-to-google-apps/809062#809062
4
Answer by mrk for How do you delegate your OpenId to Google Apps
mrk
2009-04-30T21:02:34Z
2009-04-30T21:02:34Z
<p>You can run your own openid server in your Google Apps domain (using GAE) - Google provides sample code of openid server. I've recently ported this to latest OpenID library, so now it is Openid 2.0 compatible. Project page: <a href="http://code.google.com/p/appengine-openid-provider/" rel="nofollow">http://code.google.com/p/appengine-openid-provider/</a></p>
http://stackoverflow.com/questions/436829/how-do-you-delegate-your-openid-to-google-apps/1204525#1204525
4
Answer by Michael Meyer for How do you delegate your OpenId to Google Apps
Michael Meyer
2009-07-30T05:00:13Z
2009-07-30T05:00:13Z
<p>Google recently (an hour or so ago) announced OpenID support for Google Apps customers.</p>
<p>Check out <a href="http://groups.google.com/group/google-federated-login-api/web/openid-discovery-for-hosted-domains" rel="nofollow">the discovery protocol on Google Groups</a>. Should be a good start.</p>
<p>I believe the endpoint is ht tps://www.google.com/accounts/o8/site-xrds?hd=<strong>your-domain.com</strong></p>