14

I'm currently using ClaimID and have the following data on my website to allow delegation:

<link rel="openid.server" href="http://openid.claimid.com/server" />
<link rel="openid.delegate" href="http://openid.claimid.com/tjrobinson" />

Are there equivalent URLs for Google? If not, has there been any mention of support in future?

Before anyone marks this as a duplicate, I am aware of this existing question: How do you delegate your OpenId to Google Apps. However, that question refers specifically to Google Apps, I just want to know if I can use OpenID delegation with a normal @gmail.com account?

Community
  • 1
  • 1
Tom Robinson
  • 8,348
  • 9
  • 58
  • 102

2 Answers2

2

Google does not support delegation. If you search the Google Group there are several threads, but they all reach the same conclusion: it's not supported at this time.

ahockley
  • 3,696
  • 24
  • 26
0

There is a value you could put into openid2.provider, but the problem is the openid2.local_id value... for Google, it assigns a different one to every RP. Which one would you put here? Until Google offers a non-anonymous claimed identifier, there's not much you can put here.

Oh, and of course the Provider on their end has to play by the rules of delegation, which I suspect it doesn't since it wouldn't be used since Google doesn't support it.

Andrew Arnott
  • 80,040
  • 26
  • 132
  • 171