google-openid

Google OpenID unique identifier problem.

i recently asked question which was closed down linked here. http://stackoverflow.com/questions/3827349/how-to-use-one-openid-across-multiple-domains-closed I did not even had time to correct myself. somebody mis interpret it, changed title, somebody else think it is not relavent and closed it. :( The problem is with Google OpenID sys...

how to get access token from request token for OpenID + OAuth using java

Hi, I am trying to implement the OpenID + OAuth hybrid protocol in my application for Google. I am getting the request token. So the next step as document in the Federated Login is exchange request token for an access token. I tried it using OAuth java library but i am not getting the access token. I am trying both the 3-legged and 2-...

Quick question: Should I be encrypting OpenID's?

Its a simple question. I am storing openID's into a database so I can log users in very quickly, should I be encrypting them in my database? A better question would be, are they considered 'sensitive' information? Thanks. ...