4
votes
2answers
107 views
What if the user can’t log in with their OpenID?
Scenario:
A user logs into a site (like StackOverflow) with an OpenID. A year later they return to the site but their OpenID provider has gone out of business and won't let them l …
0
votes
2answers
21 views
Authlogic-oid with ONLY OpenID
I am implementing an internal site, for which I want our company's OpenID server to be the only means of registering and logging in. To be more specific, I don't even want a normal …
0
votes
1answer
51 views
+100
authlogic auto_register feature using my options
I have auto registration working with authlogic using gaizka's version of authlogic_openid which I found on Github since pelle's original addition of the feature seemed to cause is …
3
votes
2answers
56 views
Best Coldfusion Library for OpenID
I am getting ready to start a project that requires using OpenID within Coldfusion 8. I have found a number of different options and was wondering what has worked the best, get's t …
0
votes
1answer
16 views
Issue with URL length in IIS7 (Windows Server 2008)
Hi, i have an issue with url lengths in iis7. If you go to:
http://demo.kontrolit.com/myaccount/login.htm?ReturnUrl=aa2Fmyaccounta2FdefaultaaspxadnoaauserSuppliedIdentifierahttpa …
1
vote
1answer
60 views
Implementing OpenID. Is there anything unique to identify the user?
I would like to implement user authentication using OpenID.
Is there anything unique in user data that OpenID provides that I could use as a key to remember and identify the user …
1
vote
2answers
35 views
Setting up OpenID delegation on a naked domain with Google App Engine or ZoneEdit
Background
I used to have a standard Linux hosting account for my domain with both http://www.tjrobinson.net/ and http://tjrobinson.net/ displaying the same content. I used http:/ …
0
votes
4answers
59 views
OpenID: How to best associated Multiple OpenID Accounts to one User?
Hello Experts,
I am a newbie in openID. I spend a lot of time thinking what the best-practices are to give the user the choice, to login with various OpenID enabled accounts.
(I …
2
votes
1answer
80 views
Which Erlang implementation of OpenId should I use, if any?
I'd need an Erlang implementation of the OpenId protocol.
I found the following, but it seems to be a project on its early stage.
http://code.google.com/p/erlopenid/
Any hint or …
1
vote
2answers
45 views
Requesting email address from OpenID provider in PHP
What's the simplest way to request an email address from an OpenID provider?
Is there a good PHP library that simplifies this problem?
I know that providers implement things diff …
1
vote
1answer
33 views
What is the Yahoo openid discovery endpoint
It used to be http://yahoo.com, but it is failing for me with DiscoveryFailure in python OpenID library (since today, I wasn't testing this earlier). Also this fails if you try to …
0
votes
2answers
45 views
openid implement
how should i implement openid in python language using openid API?
1
vote
4answers
60 views
Using OpenID in Standalone Application
Currently, I am using Google Account Verification in my standalone application.
public static boolean isValidAccount(String email, String password) {
if (email == null || pass …
0
votes
1answer
62 views
Got a strange OpenID. How can I change it?
(I am sorry, I wanted to ask this question on "meta" first, but it says there that I "can't post my question there because I don't have an OpenID")
Hello,
I am just a new user he …
1
vote
2answers
25 views
openid authentication tables and what do they mean
Hello,
I installed the ruby on rails plugin "open_id_authentication". After running the migration it created two tables "open_id_authentication_associations" and "open_id_authenti …
