We are using Spring security in our application with support for username / password based authentication as well as Open id based authentication.
The issue is that google gives a different open id for the return url specified and we have at least 2 different entry points in our application from where open id is configured into our syst...
Referencing http://stackoverflow.com/questions/1827997/is-facebook-an-openid-provider here. This is kind of an additional question based on it.
I have also read the article at : http://stackoverflow.com/questions/2264266/what-is-the-openid-url-of-facebook - but I am still pretty confused on the whole ordeal. The goal is for people who u...
I'm following the Railscasts tutorial on using OpenID with AuthLogic.
This command:
$ script/plugin install git://github.com/rails/open_id_authentication.git
installs the plugin, but I don't see any OpenID Rake tasks (rake -T). In particular, I can no longer run the task:
$ rake open_id_authentication:db:create
With previous appli...
I have read the other questions and they mostly talk about the security of doing so. That's not entirely my concern, mostly because the website is question is a browser-based game. However, the larger issue is the user - not every user is literate enough to understand OpenID. Sure RPX makes this pretty easy, which is what I'll use, but w...
i am trying to use php-openid library for implementing openID in my site.
the basic consumer example inside its package doesn't work for Google and Yahoo.
i found the Google solution here:
http://stackoverflow.com/questions/1183788/example-usage-of-ax-in-php-openid/2612816
but it doesn't still work for Yahoo! .
how can i made it works?
...
my url @ development : http://192.168.0.1:8888/com.company.MyEntryPoint/MyEntrypoint.html
my url @ live env : http://www.example.com/com.company.MyEntryPoint/MyEntrypoint.html
I need users to authenticate using open id,
this is how i want my realm to be:
*.company.MyEntryPoint
I wrote a simple code to specify realm:
AuthRequest authR...
Hi
We established an OpenID provider at BioSignID.com base on DotNetOpenAuth.
(the authentication is base on signaturs with silverlight client...)
As we tried to login to facebook we encounter a problem with IE (6,7,8).
In FF and Chrome the loggin process was fine.
On the server logs I can see the FB reqeust but the user somehow is ...
Hi,
anyone guide me opx api (its like rpx i think) for website login authentication as same in stack over flow.
currently im using drupal rpx module for my login purposes.
or guide me any opensource api same as of stack over flow login functionality.
Thanxs in advance.
...
Hi
I need to use openid in a c++ website and can't find a working library to work with.
I am trying to use this one
http://kin.klever.net/libopkele/requirements
but it stops the configure with this message:
checking for OPENSSL... configure: error: no openssl library found. get one from http://www.openssl.org/
but my debian has open...
Hi,
we need code same as login in stack overflow in wordpress project .
similarly .login with openid like gmail, yahoo, aol ...etc.
...
I read this comment in the OpenID post on the stackoverflow blog.
Kibbee says : One nice feature of OpenID that I use is the ability to delegate the openID verification. So I can set up my own domain name, and then put a tiny bit of XML on that page that tells the site (like stackoverflow) to go to some other openid Provider (in...
Ok this is something weird. I got authlogic-oid installed in my rails app today. Everything works perfectly fine but for one small nuisance.
This is what i did:
I first register with my google openid. Successful login, redirection and my email, along with my correct openid is stored in my database. I am happy that everything worked fi...
I'm using python-openid to successfully connect my python based site with OpenID. It works great with Google and it works with Yahoo! but with Yahoo! the Attribute Exchange doesn't seem to work. I only ever get the email address. firstname, lastname and country is always blank. I know the Yahoo! account (by that email address) has a firs...
Hello everyone:
I am trying to implement OpenID as one preferred option to my next web app here
The code is taken from this tutorial and works if I use my openID from myopenid.com
However, I believe most people would just love to use their everyday email address as their openID, as far as I know, Google, Yahoo, and some other big play...
I have a working web application which already has a login and registration system. I'm looking for some advice on how to do it.
Until now, users have a username, an email, a password and some optional fields. The registrartion is the usual process with email confirmation.
Now I'd like to allow users to use OpenId. So I have added an o...
We are building a new website and are considering RPXnow as our main login system.
But before we take the plunge, do they have any competitors? That is, services that allow for a unified way to use all the OpenID, Facebook, Google, Twitter, etc ...
Has anyone used RPXnow? Are you satisfied with it?
...
Possible duplicate:
What’s open-source commenting system are available?
Hi,
I'm looking for a way to implement Facebook/Twitter/OpenID/... authentication on my WordPress blog.
I have found plugins for Twitter, plugins for Facebook, plugins for OpenID.. but I'm afraid integration of all thos plugins will be tough.
Also, I have f...
Hi,
I created an GWT project in eclipse. Now I tried to implement openId with using the openid4java library.
I imported the .jar files via properties-->java build path:
openid4java-0.9.5.jar
lib/*.jar
In addition I copied the .jar files into the war/WEB-INF/lib directory.
The problem at hand comes up when I call the authenticate...
I have a website and I wanted to become an open ID publisher. How to do that?
...
Hi,
I am trying to make the open_id_authentication plugin working.
Initially was doing it with authlogic but abandoned because it feels like much more hassle the help.
The problem is that I am getting OpenIdAuthentication.store is nil. Using in-memory store. warning in the log which prevents from authenticating users correctly.
Here i...