Tagged Questions

OpenID is an open standard that describes how users can be authenticated in a decentralized manner. It allows the user to use an existing account to sign in to multiple websites, without needing to create new passwords.

learn more… | top users | synonyms

104
votes
6answers
8k views

What's the best solution for OpenID with Django?

There are at least half a dozen Django apps that provide OpenID authentication for Django: django-openid django-openid-auth another django-openid-auth, which seems to be dead django-authopenid ...
83
votes
8answers
8k views

What's the difference between OpenID and OAuth?

I'm really trying to understand the difference between OpenID and OAuth? Maybe they're two totally separate things?
64
votes
3answers
27k views

PHP Tutorial for OpenId and OAuth

Is there a good tutorial for implementing OpenId and OAuth together in PHP? All of the OpenId tutorials I've seen on the official OpenId site haven't been as helpful or as simple as they could have ...
48
votes
15answers
2k views

What is the benefit of using ONLY OpenID authentication on a site?

From my experience with OpenID, I see a number of significant downsides: Adds a Single Point of Failure to the site It is not a failure that can be fixed by the site even if detected. If the OpenID ...
46
votes
1answer
5k views

Delegate OpenID to Google (NOT Google Apps)

OK, I searched this question on SO but no good answer. After spent some time I figured out how to do it. I'm going to answer this myself as a way to share it.
44
votes
17answers
5k views

What reasons are there NOT to use OpenID?

You see a fair bit (in the Geek community anyway) about OpenID. It seems like a good idea. I'm developing a website that will be targeted at a somewhat less geeky audience (but not quite Mom and ...
43
votes
4answers
7k views

Python Flask vs Bottle

What are the large distinctions between these two microframeworks? It seems Bottle is more flexible in terms of the templating engine and other configurations, but flask supports many useful plugins ...
39
votes
1answer
1k views

Secure remote_api in app engine with OpenID

I previously asked a question about using app engine's remote_api with openID, and the answer worked well, both securely and insecurely. At some point soon after, however, something in app engine ...
38
votes
5answers
5k views

OpenID vs. OAuth

What is really the difference between OpenID and oAuth? They look just the same to me. I should clarify, I'm planning to use them in drupal, if that makes any difference. So I guess I'm bound by ...
36
votes
2answers
4k views

Best OpenId API for ASP.NET MVC application

I am developing an ASP.NET MVC application and I want to use OpenId. What is the best option? DotNetOpenId RPX Other??? Does anyone know what StackOverflow uses? Is the Login UI ...
31
votes
7answers
1k views

How do you develop against OpenID locally

I'm developing a website (in Django) that uses OpenID to authenticate users. As I'm currently only running on my local machine I can't authenticate using one of the OpenID providers on the web. So I ...
26
votes
3answers
7k views

Is Facebook an OpenID provider?

Is Facebook an OpenID provider? I know they are an OpenID supporter but do they allow people to authenticate with other sites via OpenID with their Facebook credentials?
24
votes
6answers
1k views

Where can I find a list of OpenID Provider URLs?

I've implemented OpenID on my website but I'm having a hard time finding a list of OpenID Provider URLs. I thought this would be easy to find but I've scoured the web and only found a handful, mostly ...
24
votes
7answers
13k views

How do you delegate your OpenId to Google Apps

I use Google Apps for my domain email, and I was wondering if I could use that account for OpenID instead of the regular Gmail account. I know I can delegate Openid to some other URL using this: ...
23
votes
2answers
2k views

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 ...
23
votes
5answers
1k views

Which openid / oauth library to connect a django project to Google Apps Accounts?

I'm working on an intranet django project (not using GAE) for a company that uses Google Apps for login. So I'd like my users to be able to log in to my django project using their google accounts ...
23
votes
3answers
2k views

How does OpenID authentication work?

I am a little curious to know about how OpenID authentication works. Is there any difference between OpenID authentication and the authentication which sites use exclusively for themselves?
23
votes
4answers
987 views

What's the best .NET library for OpenID and ASP.NET MVC? [closed]

I'm looking at using OpenID for my authentication scheme and wanted to know what the best .NET library is to use for MVC specific applications? thx
21
votes
6answers
3k views

OpenID authentication in ASP.NET?

I am starting to build a new web application that will require user accounts. Now that I have an OpenID that I am using for this site I thought it would be cool if I could use OpenID for ...
19
votes
4answers
707 views

Is there a Spring Security OpenId Registration like stackoverflow?

I cannot find a complete example anywhere of a Spring Security Web App with Open Id registration similar to stackoverflows. I would say I'm pretty techy guy but I find Spring Security extremely ...
19
votes
14answers
2k views

To OpenID or not to OpenID? Is it worth it?

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 ...
19
votes
6answers
4k views

OpenID Java

Is there an openID implementation in Java? I would like to use this in a tomcat application.
18
votes
2answers
2k views

Securing my REST API with OAuth while still allowing authentication via third party OAuth providers (using DotNetOpenAuth)

I have a product with a straightforward REST API so that users of the product can directly integrate with the product's features without using my web user interface. Recently I have been getting ...
18
votes
6answers
7k views

Rails 3 authetication with OpenID, Twitter or Facebook

Can you suggest some working example of it? I tried Authlogic and Devise withous success.
18
votes
1answer
3k views

OpenID: Trying to Get Email Address from Google OP

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 ...
18
votes
4answers
3k views

How do I implement OpenID in my web application?

Does Stackoverflow create a new OpenID when a user registers with an email address (i.e. does not provide an existing OpenID)? How do you do that? Do you have code examples in C#? Java? Python?
17
votes
3answers
3k views

Webservice credentials - OpenID/Android AccountManager?

I'm building a webservice and would like to use the user's google account credentials. The service runs on GAE and will have a web client and an Android native client. This is my first attempt of ...
17
votes
3answers
834 views

Facebook-connect or OpenID? From a developer's perspective

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 ...
17
votes
4answers
5k views

Example usage of AX in PHP OpenID

I'm using JanRain's PHP OpenID library. It comes with example script which is using SReg extension. But I want it to work with Google (and it works for auth actually), but Google uses AX (attribute ...
17
votes
9answers
5k views

OAuth? ,OpenID? Neither? Which one should my site support?

I working on a new website and wanted some advice/feedback on OAuth vs OpenID vs Standard site owned username/password.
17
votes
7answers
2k views

How do you enable customers use their openid on your website, just like stackoverflow?

I want customers to use their openId on my site. I googled for this but didn't find any good tutorial. I use PHP and MySQL. There is one at Plaxo. But it says we should download something from ...
17
votes
7answers
2k views

Inhouse registration vs. OpenID vs. Google Friend Connect vs. Facebook Connect vs. (etc)

I'm trying to decide how to allow users to register for my website... there's openID, clickpass, facebook connect, google friend connect, etc, or the good old fashioned in-house "enter a username, ...
17
votes
3answers
849 views

Open ID - What happens when you decide you don't like your existing provider?

So I'm not quite convinced about OpenID yet, and here is why: I already have an OpenID because I have a Blogger account. But I discovered that Blogger seems to be a poor provider when I tried to ...
16
votes
2answers
5k views

oAuth ASP.NET Membership Provider

Are there any recommended resources for implementing a custom membership provider that uses oAuth? The goal would be to have users to log into my ASP.NET MVC application using their existing oAuth ...
16
votes
5answers
1k views

How is OpenID implemented?

How would you design and implement OpenID components? (Was "How does OpenId work") I realize this question is somewhat of a duplicate, and yes, I have read the spec and the wikipedia article. After ...
16
votes
21answers
636 views

What would it take to make OpenID mainstream?

OpenID is a great idea in principle, but the UI and the explanation as to why it is good are currently not tailored for general use -- what do you think it would take to make OpenID work for the ...
16
votes
4answers
3k views

OpenID authentication in Ruby on Rails

I am a neophyte with Ruby on Rails but I've created a couple of small apps. Anyway, I'm really interested in OpenID and I would like to implement OpenID authentication and maybe some Sreg stuff in a ...
15
votes
5answers
397 views

OpenID - what are people's experiences of “login with x”?

Stack Overflow is obviously a great example of really successfull implementation of OpenID, but let's be honest - it's a little easier when your target user base is geeks like us! I'm really ...
15
votes
3answers
3k views

OpenID for android apps that require SignIn

I am a fresh developer on Googles Android Platform - my HTC Desire arrived last week. Now i need a way to sign in to my existing application (Java, currently running on jetty). The server Application ...
15
votes
8answers
3k views

How do I implement Direct Identity based OpenID authentication with Zend OpenID

I'm using the Zend framework and the openid selector from http://code.google.com/p/openid-selector/ - however I find I can't login using sites like Google and Yahoo as they use direct identity based ...
15
votes
7answers
1k views

Are there any security risks associated with me using OpenID as the authentication method on my site?

Is OpenID a secure method of authentication users on a website? And, if not, what are the security risks associated with OpenID?
14
votes
3answers
462 views

Integrating openID and oauth as website login, signin and authentication system

First of all let me start by saying that this question is not about different openID and oAuth implementations. There are many classes about these. My question is what to do after authenticating a ...
14
votes
6answers
11k views

OpenId for gmail

Anybody know how to get gmail's OpenID working? All I find is this http://openid-provider.appspot.com/, which gives 302 moved followed by GET not supported on this URL. I'm assuming this one is ...
14
votes
6answers
716 views

OpenID providers - what stops malicious providers?

So I like the OpenID idea. I support it on my site, and use it wherever it's possible (like here!). But I am not clear about one thing. A site that supports OpenID basically accepts any OpenID ...
14
votes
8answers
2k views

OpenID support for Ruby on Rails application

What is current state of the art for enabling OpenID login in Ruby on Rails applications? This is a community wiki with up-to-date answers to this question. Authlogic The most advanced ...
13
votes
1answer
686 views

OpenId support for Yii

I want to play with OpenID support in Yii. After researching for possible plugins, I found these two. One for OpenidSelector and one for LightOpenId ...
13
votes
5answers
395 views

Openid is really a nightmare? Is there an open source lib that could “abstract” everything into an internal id?

I do not create big websites, so I'm mainly a user of openid and it's various implementations. I use openid here in SO, and I like it because I'm using my gmail account for everything (I plan to exit ...
13
votes
3answers
5k views

what is the openid url of facebook?

i made my openid in my site like this : livejournal: { name: 'LiveJournal', label: 'Enter your Livejournal username.', url: 'http://{username}.livejournal.com/' }, ...
13
votes
4answers
782 views

Login system just like stackoverflow's, written in php

The question Is there a simple way to implement the login system that stackoverflow uses using php? For a long time I have developed websites, and have used a typical web form username/password with ...
13
votes
5answers
1k views

Max length of an openID

I'm planning to add openid support for a web application I'm building. I can't seem to find the maximum length of a valid openid so I can store it in my database. I've seen some vague references to ...

1 2 3 4 5 32