Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

How do you delegate your OpenId to Google Apps

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

like image 218
Mathieu Longtin Avatar asked Jan 12 '09 20:01

Mathieu Longtin


1 Answers

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

like image 85
Mike Meyer Avatar answered Nov 12 '22 00:11

Mike Meyer