Questions tagged [openid-selector]

Openid-Selector is an open source program that integrates various open id providers in a user friendly manner. Implementation of the actual open-id interface is still required, but it helps in integrating open id to many of your applications.

Openid-Selector is an open source program that integrates various open id providers in a user friendly manner. Implementation of the actual open-id interface is still required, but it helps in integrating open id to many of your applications. See the source at http://http://code.google.com/p/openid-selector/

30 questions
63
votes
6 answers

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 than the standard. For example. RpxNow requires…
Micah
  • 111,873
  • 86
  • 233
  • 325
22
votes
2 answers

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…
Alocus
  • 1,860
  • 3
  • 21
  • 32
8
votes
1 answer

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 then the provider provides some data (how?) and…
medihack
  • 16,045
  • 21
  • 90
  • 134
6
votes
1 answer

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 to create a new identity in Yii to log in the…
Mark
  • 647
  • 2
  • 9
  • 27
6
votes
1 answer

List of openid urls

Possible Duplicate: Where can I find a list of OpenID Provider 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…
Pasta
  • 2,491
  • 5
  • 24
  • 33
4
votes
1 answer

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 etc. (The ones whose open id is being used). How…
Anand
  • 11,872
  • 10
  • 39
  • 51
4
votes
2 answers

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 library, but it seems like there is some kind of…
danludwig
  • 46,965
  • 25
  • 159
  • 237
4
votes
1 answer

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 The response parameters I get: openid.assoc_handle…
Alex L
  • 8,419
  • 6
  • 43
  • 51
3
votes
1 answer

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 in providers_large or providers_small: facebook = { …
pepe
  • 9,799
  • 25
  • 110
  • 188
3
votes
1 answer

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: "Clickpass is being reworked. Please, don't develop…
AlexMax
  • 1,204
  • 14
  • 36
2
votes
1 answer

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 authenticate using open id, this is how i want my realm…
Salvin Francis
  • 4,117
  • 5
  • 35
  • 43
1
vote
3 answers

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. I know that RPX would probably be the easier…
Javier
  • 2,491
  • 4
  • 36
  • 57
1
vote
1 answer

Google Chrome doesn't show openid-selector

does anybody have this problem? I tested my page with IE6, IE7, IE8, FF, Safari, Opera... it works with them, but Chrome just doesn't render it... any help?
Bruno
  • 4,337
  • 12
  • 42
  • 55
1
vote
1 answer

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 index.php file and whose code is as below:
Vineet1982
  • 7,730
  • 4
  • 32
  • 67
1
vote
1 answer

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 javascript code. The combination works with a…
Paul
  • 26,170
  • 12
  • 85
  • 119
1
2