openid

Partitioning the Users - multiple OpenIDs

There is database of users. Let's say that I want to support that some users can have multiple OpenID's and use them to log in and let's say that I want to partition Users in to the multiple databases. Is there some solution for this ? StackOverflow supports two OpenIDs per user, how would they do this? If the users could use only one ...

Are there good alternatives to Janrain Engage?

All the sites I support have full-sized and mobile-optimized screens. Janrain's support for mobile browsers displaying their widget is completely disappointing. That is, you can't see both columns of auth-providers as the second column is cropped on narrow screens. Are there any service providers like Janrain that actually detect mobile...

Can OpenID be used to authenticate access to a website client area?

Is it possible to limit the users who can sign in with open id on my site. I have clients that I want to give access to a client area on my website. I don't want anyone with a open id to be able to login just my clients. Is this possible? ...

is it possible to use openid on a CGI program

Is it possible to use openid to my site with CGI program. I'm thinking about using C as my language. If it's possible - please provide some url or examples. ...

Advice on Zend or CI for project

I have a new site that I am currently in the process of mapping out. The best way to put it would be that it will be A LOT like youtube. I need openid support, and video upload support. There is no official openid library for CI and the only one it has seems outdated / could become outdated. However Codeigniter is fast <- pretty much...

Database Schema for multiple authentications, Facebook Connect, Twitter, OpenID, etc

I am building an application that I want to interface with Facebook Connect, Twitter, OpenID, and potentially other social networks. Users will be able to login using any number of these methods at the same time. My application uses MySQL as a backend database. Can someone give me guidance on what my db schema should look like for cap...

Zend_OpenId with Codeignter

I am using the OpenId library from Zend with CodeIgniter and everything is working just fine except for the verify function. $status = ""; if (isset($_POST['openid_action']) && $_POST['openid_action'] == "login" && !empty($_POST['openid_identifier'])) { $consumer = new Zend_OpenId_Consumer(); if (!$consumer->login($_POS...

is openID safe enough to be implemented into comercial sites

Hello, I would like some feedback I think the title speaks already for itself, but here is my perspective. For instance, if I have (multiple) shopping site, that also gives out airmiles or something similar that is directly related to exchange of moneyvalue, - is openID still safe enough or should the site have there own login proced...

How do I implement an OpenID client from scratch?

I need to write an OpenID client for a new platform (some funny flavour of server-side javascript) and I am trying to understand the authentication sequence. I've been reading the Ruby implementation and writing tests the types of requests / responses that generates. The initial request is on the form: this.getBeginUrl = function(optio...

openid with django

I found a lot of options but this one https://launchpad.net/django-openid-auth looks good. sadly I can't find examples/HOWTO about this?Does anyone point/redirect me to correct urls? ...

PHP Login with Facebook, Twitter etc.

I want my users to be able to login to my page at least via Facebook, Twitter, Google, Yahoo and OpenID. Is there already something out there which does this? ...

Any recommendation to use a personalize openID invitation in a Website?

I want to use OpenId in my website but i want to personalize it in that way to the user can just login with FB Twitter Gmail and Hotmail with just a few step by step ...

OpenID and federated logins

The federated login works, now how do I enable OpenID logins like .blogspot.com? I've misunderstood how to enable federated logins and OpenID same time. Are these 2 different cases and can get combined? I can enable federated login with very little code. Then my openid I must've misunderstood since it links to google. Here's how I tried ...

Authlogic + Openid: can create session but not register

I've been following the railscast (170) on openid + authlogic. So far, I've got everything just about working. I bumped into some trouble midway through but this was solved by using mreinsch's forked version of the authlogic_openid gem: http://github.com/mreinsch/authlogic_openid/commit/9b802c347f5addebcbce945af3b5f80b3ee7b214 Anyway, i...

OpenID on shared hosting

I'm trying to use OpenID on my site but I get this error: Protocol https not supported or disabled in libcurl Can anyone please tell what does it mean? My website is running on shared linux hosting. I use this script: http://gitorious.org/lightopenid Thanks in advance ...

What is a good Ruby on Rails forum that can easily integrated to an existing application?

What is a good, open source RoR 3 forum that can easily integrated to an existing application? Optional features: OpenID support Haml/SCSS templates Support for smilies, YouTube, images, etc I'm probably going to change it alot, and I'm still pretty weak in Ruby, so clean, commented code with good practices would be great. Thanks :)...

Using Yahoo! as an OpenID Provider in a Rails App

Hello All, So, I'm attempting to integrate Yahoo! into my Rails application as an OpenID provider and I'm having some trouble. I asked this question on Stack Overflow already, but it's not exactly the same question. I've already asked my current question here on RailsForum, but it hasn't gotten answered yet so I thought I'd repost it he...

Open ID endpoint for Hotmail/Windows Live

Is there one? I can find articles that talk about it's implementation from 2008: http://winliveid.spaces.live.com/blog/cns!AEE1BB0D86E23AAC!1745.entry http://www.readwriteweb.com/archives/microsoft_windows_live_openid.php But I can't seem to find any actual documentation on how to use it. Anyone used it? Does it exist? ...

Zend OpenId and Google

Does the current Zend_OpenId ( Release 1.10.8 ) work with Google? I am working on a project that will only use OpenId ( and maybe OAuth ) as the login and would love to know before spending countless hours with the dreaded Zend Framework :) ...

Facebook openid and name without curl

Hi, I try to use the open id of facebook. I can get the Id of a facebook user. To get other data from facebook, like username etc., I need to use cUrl, which is not implemented by my hoster. Is there a possibility to get the username for a facebook id without curl? Thanks for you help, Martin ...