Hello everybody,
Below is a working example of my OpenId implementation. I use hyves.nl as the OpenId provider but this also works with me.yahoo.com and probably other OpenId providers as well (but not Google).
So far so good. But now I want to fetch the nickname and/or fullname from my hyves profile. But when I set nickname and/or ful...
Any idea how Buxfer (Buxfer.com) would have implemented their universal login system? Did they use Facebook Connect and Google Friend Connect? I'm trying to implement one for my site using .NET C#, but I couldn't find any .NET client libraries for Google Connect. But I was curious how Buxfer managed to let users sign in with not only F...
For a few years I've had my personal OpenID set up at my domain, cool-RR.com. The script is something called PHPMyID. Problem is, it's sometimes buggy and won't let me log in.
Is there a solution for making a personal OpenID (on my own domain) that you can recommend, and that has an easy setup and requires zero maintenance?
...
Since I have never used openID befor I have no idea about it.
I want to know when someone want to log into my website using openID do I have to register his information (is there any registration process efen if the user don't fill the information).
should I provide an alternative classical user registration beside openID.
...
I am using cakePHP framework to build a website in which I want to let users signin using openID. and there is no core component in cake to do this.
is there any component for openID login that is it differente from cakePHP Auth component ?
...
How would you go about allowing a user to log in with multiple openid accounts and optionally a password, using authlogic?
...
I’m using dotnetopenauth 3.2 to implement Openid and can’t figure out how to get Google to pass the email address in the Claims Response. I know that Google doesn’t support simple registration, but I can’t determine what they do support.
Caveat to this question is that I just started learning OpenID and I know I don’t have a solid gr...
I am trying to set up OpenID authentication on a mobile version of a site of mine (ASP.net MVC, dotnetopenid). When i tested it out earlier (Using WAP internet, Sony Ericsson w200i) it redirected to the provider OK but was very slow to start with, then failed completely due to what i suspect was a too large page.
Does anyone know a good...
hi,
i've read alot of questions here regarding SSO and openid. it helped me alot in understanding SSO & Openid concept.
just have a little confusion, i'll try to explain below:
user visits www.websiteA.com
user logins with Openid and if success then he's logged in. a cookie is created and sessionid stored in shared users db.
user vis...
Does OpenID improve the user experience?
Edit
Not to detract from the other comments, but I got one really good reply below that outlined 3 advantages of OpenID in a rational bottom line kind of way. I've also heard some whisperings in other comments that you can get access to some details on the user through OpenID (name? email? what...
I've been having trouble using cucumber and webrat to test authlogic-openid authentication in a rails app. Following Ryan Bates's excellent screencast I was able to install authlogic with the open-id plugin. OpenID works when I login using the browser but so far I've been unable to test the app using cucumber and webrat.
I've tried usin...
The library does not work with AOL (Google and Yahoo are OK). AOL uses openid version 1.0 and I think it is due to this. I have tried extremeswank - works with AOL - no problems, and sreg works with AOL too.
I am using the latiest version 3.2.0.9177 of dotnetopenid.
You may check code and configuration at 'http://stackoverflow.com/ques...
I am using the DotNetOpenAuth MVC relying party sample code (with some cosmetic changes) to integrate OpenId into an ASP.NET MVC application.
The code works great except for the following situation: when the relying party (my app) is a trusted site under IE, and I'm hitting that site from any location other then the host machine, the re...
Is there a PHP plugin or an open project offering a simple login/connection system to most of the major sign in providers simply by providing an API key then storing the linked account information in MySQL? Or is there a system that can be extended to include various other login providers as they become available?
Google Account / gmai...
hello i have a following code in asp.net. i have used DotNetOpenAuth.dll for openID. the code is under
protected void openidValidator_ServerValidate(object source, ServerValidateEventArgs args)
{
// This catches common typos that result in an invalid OpenID Identifier.
args.IsValid = Identifier.IsValid(args.Value);
}
protected ...
I'm quite new to OpenId and I'm having a bit of a problem understanding how to use the OpenId once the authentication is complete.
I'm creating a new site, and I've had no problem in getting the openId authentication working. But I'm not sure how I should store user related data once the user is logged in.
Before openId, I would have m...
Im currently using ruby-openid gem to work with OpenID providers within my Sinatra application, but i cannot get information fields.
This is an example request:
openid_url = 'blahblah'
resp = openid.begin(openid_url)
resp.add_extension_arg('sreg','required','email')
resp.add_extension_arg('sreg','optional','fullname,nickname,dob,gender...
I'm writing a Relying Party, and use the Google provider. Yadis leads me to https://www.google.com/accounts/o8/ud, I create an association, and redirect the user's browser to that URL (HTTP 307), and fill in the following query parameters:
openid.ns: http://specs.openid.net/auth/2.0
openid.mode: checkid_setup
openid.assoc_handle: value...
I have recently been contracted to work on an application that requires Facebook-Connect as one of its authentication mechanisms.
Working on my Facebook-Connect solution, I'm realizing that it's implementing a Single-Sign On authentication scheme, where if you log in to one website, you're logged on to all of them. Personally, I'm not ...
I was wondering if it is possible to do a RedirectToProvider and have the resulting OpenID provider page displayed in an iFrame. This would make the authentication flow seem a lot more streamlined.
I am using the DotNotOpenID library in ASP.NET MVC (VB).
This next part is sort of a seperate question, but is related.
I am using Ajax.Be...