Tagged Questions
13
votes
1answer
772 views
OpenId support for Yii
I want to play with OpenID support in Yii.
After researching for possible plugins, I found these two. One for OpenidSelector and one for LightOpenId
...
8
votes
5answers
39k views
Changing the action of a form with javascript/jquery
I'm having an issue that is driving me crazy. I'm trying to modify the openid-selector to support facebook. I'm using RPXNow as my provider so it requires the form to be submitted to a different url ...
5
votes
1answer
592 views
How do all those Javascript OpenID libraries work?
There are several OpenID libraries implemented in Javascript (like openid-realselector, openid-selector, jquery.opendid). How do all these work? Do they just provide and call the OpenID provider and ...
4
votes
1answer
521 views
How do I login the user with Yii and OpenID
I have added simpleopenidselector and lightopenid to my Yii web app and it does authenticate the user and it returns a url with openid data. The next step is to use the data from the OpenID provider ...
4
votes
1answer
156 views
How does stackoverflow maintain a database of Open-id signed-in users?
I will like to know how does Stackoverflow maintain the additional details of users logging in using open-ids? In my knowledge, the details of these users are stored in the server of google,facebook ...
4
votes
1answer
1k views
How to get OpenID user Profile info?
After logging into SO, my nickname shows up at the top.
When I set up openid on my site, I do not get any profile information.
I tried implementing OpenID using openid-selector and Zend Framework
...
3
votes
2answers
627 views
How to integrate DotNetOpenAuth and openid-selector
I created a DotNetOpenAuth MVC 2 project using the visual studio template, and have it working. However, the sign in page takes a long time to load. Not quite sure exactly what is going on in the ...
3
votes
1answer
658 views
List of openid urls
I am creating an openid authentication code for my website. I need to show a list of URL's (google, yahoo, etc) that the users can select. I can't find all the open id URL's of these other websites. ...
2
votes
1answer
175 views
Decent Clickpass alternative?
I wanted to use Clickpass in an webapp that I've been developing, as I like the idea of a simpler way of handling OpenID. However, when I peeked at the developer documentation, I got this:
...
2
votes
1answer
95 views
What is the best open source JavaScript open id selector?
What is the best open source javascript open id selector?
1
vote
1answer
472 views
Triggering a Facebook login button with OpenID-selector
I am using OpendID-selector but have been unable to have it trigger a Facebook button on my page.
The README.txt says the following:
how to plug-in facebook provider
put the following code ...
1
vote
1answer
264 views
Workaround bug in openid-selector (prototype.js version) that disables Google and Yahoo login buttons
I'm trying to use the prototype version of the openid selector found in openid-selector-1.3.zip, downloaded from Google Code 2011-May-03, with django-openid-auth
I've turned off demo mode in the ...
1
vote
1answer
196 views
List of Direct OpenID Providers that utilize unbound discoverable URLs?
Anyone has a list of Direct OpenID Providers that utilize unbound discoverable URLs?
So far, I have only found these:
myopenid,
yahoo,
Hyves,
myspace,
myid.net,
google,
yahoo japan,
AOL,
...
1
vote
3answers
823 views
Using Javascript OpenID Selector with Rails
Based on this article, it seems like SO is using Javascript OpenID Selector (JOIS) to handle OpenID logins in its "view".
I love the simple interface and I would like to use it in a Rails project.
...
0
votes
3answers
181 views
OmniAuth for facebook
I am trying to use this railscast episode to provide authentication via twitter http://railscasts.com/episodes/235-omniauth-part-1
I'm wondering whether it is possible to use omni auth to login with ...
0
votes
1answer
137 views
OpenID Selector for asp.net c#
I am trying to integrate openid authentication in asp.net 4 and have followed the following articles:
Article 1
Article 2
I have uploaded the page here and the problem is explained here.
I want ...
0
votes
1answer
114 views
OpenID links error
I am trying to integrate openid authentication in asp.net 4 following this article. I have proceeded as was demonstrated in the article. The problem i face is that only openid login link works. All ...
0
votes
1answer
59 views
Populate model parameter with the openid_identifier selected in the view?
I have been using openid selector to implement openid login on a web site following the tutorial here.
It all works ok but the openid_identifier is read in the controller from the request like so ...
0
votes
1answer
187 views
Implementing OpenID-selector + dotnetopenauth
I'm in need of a How To as I really can't figure out how to make this work with the New project MVC 2 template.
What should my database look like and how is the original login method replaced with ...
0
votes
1answer
171 views
phpMyID configuration problems
I have followed the instructions on the read me file and everything seems to be working but when I try to use my own domain address as my OpenID for stackoverflow, I get this error message:
Unable ...
0
votes
1answer
436 views
how to specify open id realm in openid4java 0.9.5
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 ...
0
votes
1answer
125 views
Openid-selector and classical website registration
I want to implement on a to-be-released website a OpenID sign-up form which looks like a classical form.
I want it to have the following fields :
first name
last name
email
password (+confirm)
...
0
votes
1answer
452 views
Issues using openid-selector/ dotnet openid
I'm using openid-selector based UI to authenticate user using dotnet openid API.
I'm having a small issue, when i select google and cancel and close browser and then open link and select yahoo it ...
-1
votes
1answer
268 views
How to implement openid google, yahoo and others
I am trying to implement OpenID and for that I download http://www.openidenabled.com/php-openid and from that I picked up Auth folder with changing any thing to localhost directory and created a ...