up vote 46 down vote favorite
42
share [g+] share [fb]

OK, I searched this question on SO but no good answer. After spent some time I figured out how to do it. I'm going to answer this myself as a way to share it.

link|improve this question
3  
Add a response to your own questions an mark as correct, that way everyone will see what was the answer in a more persistent manner – Oskar Kjellin Mar 29 '10 at 21:55
Thanks Oskar for the tip! However I cannot mark the answer as correct right now. It says I have to wait until tomorrow. – Rio Mar 30 '10 at 12:51
I've moved the answer out of the question and into your answer, hope you don't mind but it's how SO is generally used. – tjrobinson Mar 31 '10 at 10:04
@tjrobinson thanks very much! :) – Rio Mar 31 '10 at 12:19
feedback

1 Answer

up vote 66 down vote accepted

Now it is possible delegate OpenID to your Google account (not Google Apps).

No, this is not using the demo OpenID provider using App Engine. This is your REAL Google account!

First you need to enable your Google Profiles. Try to view your profile and edit it, there should be an option to set your Profile URL. You have two choices there: either use your Gmail account name (without the @gmail.com part) as your profile id, or a random number assigned to you. It's up to you to decide which one to use. Either way, that id is your profile id below.

Now add the following HTML code to your delegating page:

<link rel="openid2.provider" href="https://www.google.com/accounts/o8/ud?source=profiles"> 
<link rel="openid2.local_id" href="https://profiles.google.com/[YOUR PROFILE ID]"> 

And it's done. Now try login SO with your custom url!

link|improve this answer
What does the local_id line do? What if I wanted to enable multiple OpenIDs on my own domain name? These <link> tags have to go only on a single URL that I use as my OpenID, right? – Eric Falsken Jun 18 '10 at 18:58
I assume you would need to add multiple <link rel="openid2.local_id" ...> tag to your page if you want to use multiple OpenID. Haven't tried myself, but I think it's the right direction. – Rio Oct 15 '10 at 5:02
Is it possible to have google host delegating page for me like MyOpenID does? – Piotr Dobrogost Nov 4 '11 at 12:59
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.