Reputation: 35729
have anyone tried this, create openid4j servlet and try authenticate with google openid? i tried it and fail and so want to get confirmation from you all. i able to authenticate with yahoo_email and myopenid.com
Upvotes: 1
Views: 349
Reputation: 81821
I don't have personal knowledge of openid4j, but I can't imagine they wouldn't support Google's OpenID. Google OpenID is just standard OpenID 2.0, although they have a few notable differences in normal behavior that you should be aware of:
https://www.google.com/accounts/o8/id
instead of just gmail.com
or google.com
since Google hasn't made those simple domain names OP Identifiers yet.Upvotes: 3
Reputation: 301
Well, right now I'm logged in as a Google openid account. The trouble is that they have supported a strange blend of OAuth and OpenID, so I don't know how one would implement it on one's own servers. At least for Stack Overflow, my OpenID URL is www.google.com/accounts/o8/id
, without the comma, obviously.
Upvotes: -1