I am trying to enable openid authentication on my website as well as use auto_register feature of latest authlogic_openid add-on.
Everything works fine until second login. The first time user is created and logged in, but after I logout and try logging in into the system with same OpenID identifier I get user registration form with erro...
I Build a module login using google account like http://noi.vn/Home/Default.aspx, I use OAuthBase.cs class, I got secret key consumer key as well, some experience member who worked with this before, please show me the way to do it, or some snippet code.
...
Google have a very nice user friendly federated OpenID login with automagic endpoint discovery:
http://www.puffypoodles.com/lso2
This is implemented in Java Servlets, is there a PHP equivalent that can be used in conjunction with php-openid?
The discovery mechanism, XRDS, is covered in the following document:
groups.google.com/gro...
i developed a login form that allows the use of openID. Works fine for most users, but this user has a .mp address. The openID connection keeps on failing.
i tracked down the .mp domain to the provider http://chi.mp (yeah, i know).
I use the simpleOpenId php class to perform the connexion. It returns no error, just dies silently.
An...
Wich one should I use to index a user from a Openid auth proccess. "openid_identity" or "openid_claimed_id"? Im using Dope OpenId class and data returned is :
[openid_ns] => http://specs.openid.net/auth/2.0
[openid_mode] => id_res
[openid_return_to] => http://localhost/login/authenticate
[openid_claimed_id] => https://me.yahoo.com/a/wK7...
I've noticed that there is a very dramatic difference in the user experience for sign on with different relying parties. I've implemented a few relying parties myself, so I already have a few ideas, but I'm curious to hear from other people about what worked, what didn't. Empirical evidence (OpenID login stats before/after) would be id...
Is there an OpenID provider that is really exemplary for use on an iPhone or other mobile devices?
Before you say this belongs on meta.stackoverflow.com, hold on, I promise this is a programming question.
If designing a highly mobile site, it would be nice to offer a large button linking to them from a login page (like the Google link ...
Hi,
I need to implement a relying party for Open ID in a load balanced environment.
Following the suggestions found here I have tried passing null to the OpenIdRelyingParty constructor.
The results are somehow not consistent.
If I use www.myopenid.com as a provider it works.
If I use www.claimid.com as a provider I get the following...
how do i go abt setting up Zend_Auth_Adapter_OpenId ?
in the docs:
$auth = Zend_Auth::getInstance();
if ((isset($_POST['openid_action'])
...
what do all the post do? i guess some is to specify which "part" of the authencation isit.
...
Possible Duplicate:
OpenID support for Ruby on Rails application
What's the best way to implement a pure OpenID authentication in Ruby On Rails?
...
Hello,
I'm wondering how to go about using Authlogic to auto register a user who chooses to use open id. Right now they have to register first before being able to login in, even if they choose open id, but I'd prefer if they could just login directly provided I get all the necessary details from the open id provider. But I'm not sure ...
I'm trying to write my own provider in PHP (JanRain libraries are confusing as all hell, and even phpMyID doesn't document exactly what is happening). I've got authentication working, but when the relying party tries to do check_authentication, it says my server denied it.
This is debugging information I captured during a check_authent...
I like the idea of OpenID, I really do. But few of my target users have even heard of it - yet. If I want to offer OpenID as an option, my only choice would seem to come down to offering BOTH email/password authentication AND OpenID.
I've seen several sites that use this combination and the idea seems unappealing to put it mildly. Placi...
Hi,
i want to host the yahoo open-id login in an iframe. However as soon as the yahoo page loads it executes the following javascript:
<script type="text/javascript">if(top == self)
{ document.write("") } else
{ top.location.href = "http://www.yahoo.com" }</script>
In other words, it redirects the whole page (not just the iframe). How...
How do you run rots in a Rails integration test? I can run rots from the command line, should I run the command from Ruby or is there a method I can call to get it to run?
...
Can Rails integration tests hit another server for OpenId authentication?
When my Rails application, running on http://localhost:3000/, redirects to http://localhost:1123/server for OpenId authentication, Rails fake browser actually goes to http://localhost:3000/server. It seems like the fake browser used in the integration tests is ign...
Hello everybody,
I am using the latest Janrain openid library example and the discovery process seems to work well with Yahoo, myopenid.com and others...
But I am stuck with Google endpoint (https semicolon //www.google.com/accounts/o8/id). Consumer.php just returns a 406 apache error, before I am redirected to google's page.
All my i...
I am looking for a sample code/implementation of open id as in stackoverflow.
I need to implement open id in my MVC C# application to allow my users to login with their google, yahoo, AOL,.. accounts.
Please suggest me a good reference.
...
I can't seem to fetch the verifiedEmail field when trying to login to AOLs OpenID on my site. Every other provider that I know of provides this property, but not AOL.
I realize that AOL somehow uses an old OpenID version, although is it feasible to just assume that their e-mail ends in @aol.com? I'm using the RPXNow library with Python....
I'm developing a Django app that uses python-openid. The app is running on my development server at home.
Similar to stackoverflow's login mechanism, I'd like users to login to my website using their Google credentials.
The code I've implemented to do this, works well for a couple weeks, and then stops working. I get stuck during the ...