openid

Whats a good database Schema for Forms auth with OpenId?

I'm trying to find a good standard for a database schema that will let me do a couple things. Mainly, I am writing a web app that needs to handle various types of logins. First being the standard ASP Application Services login, Second being OpenId/oAuth logins and third being Active Directory logins. What's a good suggestion for a dat...

Finding google profile image url when user is logged in using Google's OpenID provider

is there a way to find the the profile image of a user that's logged in using his/her google account (through OpenID). I've checked stackoverflow and it seems they're using gravatar service to assign an avatar to the email address. but it should be possible to fetch the user google profile image directly from google. any clue? ...

Social networking site: anonymous first, claim later

One of the great features of StackOverflow is that you can ask a question or answer a question without signing up, then claim your activity later. It's perfect because you engage people right away without any barriers to entry. Are there any Social Networking frameworks out there in any language with any data backend (relational or non...

Is there a node.js implementation of an OpenID consumer?

Looking for an OpenID consumer in node.js It is not on this list http://openid.net/developers/libraries/ Is there one? ...

Lightopenid + Google Apps + validate() = No servers found!

I'm using LightOpenID and have a test page that is a near-copy of the example-google.php that came with it (I threw some echo's in to debug). Clicking the 'Login with Google' button takes me to Google. I sign in with a valid Google Apps email address and I get returned to my page. But when it tries to validate the claimed_id, I get a ...

(SSO)Single sign-on or Open ID with PHP

Hello I have an application in PHP, fully built, with plugin capabilities and need to integrate SSO into it. Does anyone has a place where I can start some research or any code that can share to get me started. Thanks in Advance! ...

Storing a users OpenID and how to handle different provider urls

Hi, I'm exploring OpenID for a new "hobby" project. Mostly just to learn how it works and have downloaded the DotNetOpenAuth samples and looked at the Nerddinner implementation. And I have a couple of questions. What do you store locally to identify returning users (role management, their posts, whatever)? What I see is people using t...

Request to share the code to handle Google, Yahoo!, AOL and ClaimID

Hi Mark, I came to know through this site that you have wrtten code to handle Google, Yahoo!, AOL and ClaimID. I have a similer requirement hence i request you to (if poosible) share the code to me (EMAIL REMOVED). Thanks in advance. With Thanks & Regards, Praveen ...

I can't log in to this site or others like SU.. needing OpenID. Error

I have 2 computers. Both were logged in. One I logged out. The one I logged out from, now cannot log back in. The other one that was logged in is still logged in and it is that one which I am on now posting here. Here is the error that I get Log In Unable to log in with your OpenID provider: couldn't parse your OpenID identifier. ...

SocialAuth Implementation

Hi I am implementing socialAuth code using the code provided in the following link. http://code.google.com/p/socialauth/wiki/GettingStarted. But when I use provider object (of class AuthProvider). It gives me compilation error during compiling verifyResult method. If somebody has already implemented. Please help. Thanks. ...

OpenID for rails app behind Apache

Hi, I'm trying to integrate simple OpenID authentication through Google accounts. I'm using omniauth gem and on my local development system (Win7, ruby 1.8.7-p302, rails 2.3.8, omniauth 0.1.5) everything works nice. The problem shows it's face when I deploy it to my hosting (HostGator). The app (mongrel) starts at port 12002 and through...

Quick question: Should I be encrypting OpenID's?

Its a simple question. I am storing openID's into a database so I can log users in very quickly, should I be encrypting them in my database? A better question would be, are they considered 'sensitive' information? Thanks. ...

OpenID login fails if behind a SSL proxy in Chrome

I'm located behind a SSL proxy and am trying to use Chrome with StackOverflow, but I'm unable to authenticate to Google's server (or any others) and get the following error: "Error 107 (net::ERR_SSL_PROTOCOL_ERROR): SSL protocol error." Can anyone explain to me why this would be happening? I am able to access https://chase.com...

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

Is Windows Live ID an OpenID Provider?

I've heard different things. Seems like Microsoft experimented with a beta service, but I don't know if it's still available, or ever made it into production. If Windows Live ID is an OpenID Provider, where is the endpoint? ...

Best way to implement Single-Sign-On with all major providers?

I already did a lot of research on this topic and have implemented a lot of solutions myself. Including OpenID, Facebook Connect (using the old Rest api and the new Graph Oauth 2.0 Api), Sign in with twitter (wich has been upgraded to fully qualified Openid by now as far as I know), and so on... But what I'm still missing is the perfec...