I am trying to set up OpenID on an ASP.Net 2 website that I am making right now, and using DotNetOpenAuth. But it seems I've run into a brick wall that won't budge no matter how many things I try.
While trying to sign-in with Google I am getting "Web request to 'https://www.google.com/accounts/o8/ud' failed." as response.
The weird thi...
How to test OpenID in rails with cucumber. Does anybody have real example? For example by using Fakeweb. Thank's
...
Say I have a site, like StackOverflow, which supports OpenID login only. Suppose someone had an account on the site, bound to his OpenID, and then he lost access to his OpenID provider (that's surely possible and not harder than losing your email password). How would he then restore access to his account?
I see two options: one is the u...
We are attempting to implement OpenID (as a relying party) using the OpenID jQuery plugin (like StackOverflow) and DotNetOpenAuth.
We can't get AOL to work. DotNetOpenAuth redirects using http://openid.aol.com/{username} just fine, but when we successfully authenticate and it redirects back to our site, this code is run: (abbreviated)
...
This has already been asked Here, but not by me and the OP accepted an answer which did not help me. Thus far, I've tried logging in from different browsers, changing the web config, clearing cookies, and loading from an external machine.
In fact, I eventually did discover that the problem is specific to my own machine; when I publishe...
I'm having trouble getting the Spring Security OpenID functionality working. I'm getting the error below when I use http://spring.security.test.myopenid.com/ as input. Here is a link to the spring source that shows where the exception is thrown. Any ideas?
Unable to process claimed identity
'null'.
applicationContext-security.xml...
I'm attempting to setup an app using django-openid and openid.
I'm getting the following errors and I can't figure out what is causing them.
[Fri Jan 29 13:29:20 2010] [error] Generated checkid_setup request to https://www.google.com/accounts/o8/ud with assocication XXXXXXXXXXXXXX
[Fri Jan 29 13:29:26 2010] [error] Error attempting to...
I'm writing a web application that allows anyone to register (using their OpenID). When a user registers, their OpenID is saved in a MySQL database.
My question is: In which format should I be storing a user's OpenID value?
If someone were to gain access to my database (I'm planning for the worst case scenario) - would it be an issue t...
I found two python libs to perform openid authentication with django: django-openid and django-openid-auth. I don't get the difference between the two, mostly (I think) because I have no experience with the django authentication mechanisms.
...
Hello!
I'm developing a commercial web application made with ASP.NET and C#. Users must log onto the application to start working with it.
If I use OpenID, How do I select the users who can register?
I also need some billing information and credit card number. How can I relate this information with that provided by OpenID? Do I use my...
How do I use an interface like http://code.google.com/p/openid-selector/ for OpenID log in with Spring Security?
...
I'm trying to combine Ryan Bates' Beta invitations and Open id. The way it is setup is so that signup form has hidden field, invitation token that allows user to sign up. The invitation token is sent in url: /signup/:invitation_token
However when I use open_id, it redirects back to just /signup url without the invitation token. How do I...
I'm trying to make OpenID authentication on the site, but I do not form, and links.
Example: there But a question .. how do I make such links for services such as google, yahoo, aol, twitter, facebook and others? Understand?)
Sorry for bad english..
...
I'm using OpenID.
How do I make it so that the user stays logged in for a long time even after closing the browser window?
How do I store and get access to the user's User object?
Basically, I guess I just don't really understand how sessions work in java.
...
How do I make it so the returnTo url after someone signs in with their openId provider is requested with POST instead of GET?
I have a form that someone must be logged in for the POST to work. When they press submit it redirects them to the login page and they choose their OpenID provider. After successfully choosing and authenticatin...
So I have been trying for a days to get OpenId working right on my Google App Engine Java website.
I'm thinking maybe I should just use RPXNow. What are the downsides to using RPXNow?
...
Hey everybody, Im really confused about this problem. Ill try to describe it:
The problem is:
http://mydomain.com/somedir/somephp.php?arg1=value&arg2=http://otherdomain.com&arg3=http://othertoo.com/somepath/something... totally fails. With and without url encode.
My site reads in everything after mydomain.com/everything, except...
Hi,
When working with OpenID, what differences are there in having WWW in a domain name? I have noticed that some of the sites don't work when entered without the WWW part in the domain name. What is the reason for this?
Can this have an effect on OpenID delegation?
...
When a user of my site clicks login, a return_to url is sent along with it, so I know what page the user should be sent back to after a successful login. That info is lost though when I redirect the user to their openid provider.
How do preserve the return_to url?
If it matters, I'm using openid4java.
...
I'd like to create a piece of code that can be embedded on many different websites (widget).
Is there any way that my code can identify a user without them logging in? I.e, can I use any of the established identity mechanisms floating around the web to reliably identify them across instances of this widget?
I don't need to (nor shoul...