openid-selector

Google Chrome doesn't show openid-selector

Hi, 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? ...

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 choice, but I'd like to build this on my own. Can you help me find answers to a few question...

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 me to setup my form like this: <form action="https://wikipediamaze.rpxnow.com/openid/star...

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 redirects me google but not yahoo. i checked that when i click button at bottom on browser status bar it shows correct parameter being sent to...

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 B2Jgsdf7jkDsdfUwWBGMHUshLmavymH... openid.claimed_id https://me.yahoo.com/MyYahooId#50...

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. Is there a list somewhere? I know that google is https://www.google.com/accounts/o8/id. Is there a list showing major openid providers and ...

Openid-selector and classical website registration

Hello folks, 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) - captcha Ideally, it should not even bear any mention to OpenID. I do not want to be an OpenID provider myself, but use ...

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 to be: *.company.MyEntryPoint I wrote a simple code to specify realm: AuthRequest authR...

Authlogic OpenID: Fetching E-Mail from Provider.

This is a really weird problem: I have set up the authlogic_openid_selector_example app. When i register, the email id is not returned by the openid provider the first time. But if i delete the account and register again, the email id is returned. How do i fix this problem? I have hosted my version of the app here: http://pingauthtest.h...

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 to log in with your OpenID provider: Error occurred while sending a direct message or getting the response. Any ideas on what might...

What is the best open source JavaScript open id selector?

What is the best open source javascript open id selector? ...

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, Verisign. ...

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 javascript slowing down the login image button UI from rendering quickly. I'd like to instea...

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 against the current Clickpass implementation." Are there any decent alternatives to Clickp...