Tagged Questions

The tag has no wiki summary.

learn more… | top users | synonyms

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?
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 ...
12
votes
3answers
2k views

Best OpenID Provider for iPhone / Mobile Device

Is there an OpenID provider that is really exemplary for use on an iPhone or other mobile devices? Before you say this belongs on meta.stackoverflow.com, hold on, I promise this is a programming ...
7
votes
1answer
190 views

Using OpenID to log into multiple domains: Is this plan feasable?

For example: We're running a two community sites on two domains (call them example.com and example.net). We want to be able to expand that to more domains later. We want to allow multiple types of ...
5
votes
2answers
214 views

Implementing an OpenID Provider in Perl

This might be a shot in the dark, but I am trying to implement an OpenID Provider in Perl using the Net::OpenID::Server module. The documentation for the entire process is confusing and sparse. If ...
4
votes
2answers
81 views

Does my open id change over time?

I'm using open id for authentication to my application. And i'm using client's open id uri to identify them. But i figured out that open id uris change over time. Is it usual or is it about open id ...
4
votes
1answer
141 views

PHP OpenID Identity Prodiver

I'm looking to implement an OpenID identity provider as service for a website of mine. I'm going to integrate it with the existing user services that the app provides, so I'd like to use a library ...
4
votes
1answer
193 views

Any statistics available regarding relative popularity of OpenId providers?

I'm using OpenId, and am providing buttons for all the usual suspects, but I'd like to be a little more scientific about it. Are there any public stats regarding numbers of users for each provider?
4
votes
1answer
638 views

difference between http://schema.openid.net/contact/email and http://axschema.org/contact/email

when to use http://schema.openid.net/contact/email and when to use http://axschema.org/contact/email in openid request.
4
votes
3answers
144 views

How do I make my Django website act as an open id provider? I want logged in users to be able to use my site as an openid provider

I don't want to let my users login to my site with an openid. I want all of my users who login to my site with their username and password to be able to use my site as an openid server/provider to ...
3
votes
1answer
255 views

How do StackExchange sites associate user accounts and OpenID logins?

I love StackExhchange / StackOverflow's approach to integrating OpenID. As I understand it, the process goes something like this: If a user signs up with an OpenID provider (i.e. Google), ...
3
votes
1answer
249 views

Setting up a OpenID provider for testing

I'm developing a site that uses OpenID for authentication, which is working fine however... I often work on it while travelling without an internet connection. If the session expires and I need to ...
3
votes
1answer
141 views

Single-user OpenID server with Rails

My website's root page automatically redirects all users to some subpage via http header. http://example.com/ → http://example.com/subpage I want to use my domain example.com as OpenID. The problem ...
3
votes
2answers
850 views

DotNetOpenAuth OpenID Provider “Sequence contains more than one element”

I'm having trouble implementing my OpenID provider with DNOA 3.4.3. Everything was going absolutely peachy until I needed AX support as well. I set AXFetchAsSregTransform in the web config, as ...
3
votes
1answer
198 views

Is it possible to use Amazon.com as an authentication provider

I thought I'd be able to find information on this topic, but it appears my google-fu is weak today. I'm building a Silverlight app that is consuming the Amazon.com product advertising API. I want to ...
3
votes
2answers
311 views

OpenID provider library recommendations for PHP

Our PHP site uses a home-grown forms auth implementation. We're considering making our site into an OpenID provider so that we can authenticate (using our exisitng user accounts) users on a ...
3
votes
2answers
277 views

Provide your own openid server

Right now I use 3rd party sites to act as my openid provider (myvidoop and myopenid). I was thinking about enabling my site to act as my provider. I thought for sure there would be some scripts I ...
2
votes
1answer
398 views

List of available attributes for http://axschema.org and http://schemas.openid.net

I have searched high, low, far and wide but can not find anything on the Internet that lists the available attributes for these schemas. Does anyone know where the documentation is for these? so far I ...
2
votes
1answer
209 views

openid with appengine

I am currently using federated authentication via openid in appengine - using google, yahoo, myopenid as the providers Had a question as to what I should be storing in my db to identify returning ...
2
votes
1answer
151 views

Single OpenID Across Sub-Domains

I'm using OpenID much the same as here on StackOverflow to authenticate my users. What I really need to be able to do though is have that OpenID work across all sub-domains of my site. The site ...
2
votes
1answer
166 views

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: ...
1
vote
2answers
82 views

Are their logout urls for all the Openids?

Suppose I login to xyz.com site via Google. Then when I signout of the xyz.com site but google still keeps on logged in. As for facebook there is logout url, with which we can logout facebook as ...
1
vote
0answers
17 views

Independence afforded by using own domain for OpenID identifier

I'm looking at OpenID in general and also thinking of using it for a web app idea I have. My question is about what can be done when an OpenID provider goes under, chooses to cancel your account, ...
1
vote
0answers
365 views

Help - Google Openid PHP for Hybrid Popup Login Window appears again and again [closed]

I had downloaded the popuplib.js for the http://code.google.com/p/gdata-samples/source/browse/#svn/trunk/hybrid and written the following php code and after once provided the access and then close the ...
1
vote
1answer
41 views

Openid and types of data

I'm trying to implement an Openid server and the problem is: Exchange special data types. As i understood on openid you can only exchange ns and ax data schemas for other types of data you should ...
1
vote
2answers
412 views

Which PHP OpenID server/provider library do you recommend?

I am just wondering what PHP OpenID server (some here http://wiki.openid.net/w/page/12995226/Run-your-own-identity-server) you all would recommend from your experiences? Any that I should definitely ...
1
vote
1answer
248 views

Implementing Facebook login using OpenID

Is there an OpenID endpoint that authenticates a Facebook user using OpenID? I have an implementation of an OpenID consumer that uses OpenID login, and I don't care to add yet another login scheme, ...
1
vote
0answers
271 views

Create an own “OpenID-like system” Provider

I know that Facebook use their own OpenID-like system called "Facebook connect", which you can use to authenticate users on your site, among other features. In my case I have multiple Ruby on Rails ...
1
vote
1answer
117 views

DotNetOpenAuth IAuthenticationRequest member explanation request

I'm beginning to use DotNetOpenAuth and want to understand what the following members of the IAuthenticationRequest interface are meant for and how they should be used: IsDelegatedIdentifier: bool ...
1
vote
2answers
598 views

Getting attributes from GMail - OpenID Authentication

I'm utilizing LightOpenID and I'm trying to get attributes for this gmail authentication but it doesn't appear to return anything on my personal account and I get no errors. I'm very new to OpenID ...
1
vote
2answers
222 views

OpenID implementation like StackOverFlow

I'm looking to implement OpenID the same way that StackOverFlow uses it. I've looked through a few APIs and I've scouted out JanRain but I'm not sure these do what I'm looking for. Has anyone ...
1
vote
1answer
209 views

OpenID Provider Question: How do I specify an identity different from the end user's claimed-id

I am using the JanRain library, and implementing code very similar to their server example (essentially creating my own openid provider). I have it working, but when I try to return an identity ...
1
vote
1answer
188 views

List of Direct OpenID Providers that utilize unbound discoverable URLs?

Anyone has a list of Direct OpenID Providers that utilize unbound discoverable URLs? So far, I have only found these: myopenid, yahoo, Hyves, myspace, myid.net, google, yahoo japan, AOL, ...
1
vote
1answer
89 views

when to use openid.ax.required inopenid

when to use openid.ax.required in making request for authentication.Because if this option is required by google but it is not required by yahoo.
1
vote
1answer
105 views

how to make openid provider discovery

how to make discovery for openid provider like for orange.fr?
1
vote
2answers
420 views

Making an OpenID Provider with SSL

so I'm currently trying to make an OpenID provider. I've tried using two Java based OpenID server packages- Atlassian's Crowd, and WSO2 Identity Server. Now, in my implementation, security is a must, ...
0
votes
2answers
103 views

Implementing Single Sigon for ASP.NET and Classic ASP websites

We have two old websites in Classic ASP and few websites in ASP.NET 2.0. Our new development is in ASP.NET as well and gradually we might be moving our Classic ASP sites to .NET as well. All these ...
0
votes
0answers
30 views

Zend_OpenId_Provider has lack of many features

I have came across a problem using Zend_OpenId_Provider At work we have about 16 applications which have similar structure. There are users which have profiles with almost all data a person can have ...
0
votes
0answers
125 views

OpenId attribute Exchange is not working (Spring Security)?

My Security-config.xml has following lines to provide support for openId and request two attributes (name,email) from OpenId Providers...later I will use these(and few more) attributes in more useful ...
0
votes
1answer
245 views

Is facebook an openid provider?

I'm confused about facebook and whether or not facebook is an openid provider like google. According to this link: http://developers.facebook.com/blog/post/246/, facebook is an openid relying party. ...
0
votes
0answers
79 views

OpenIdProvider(mvc)

I have two applications A and B(mvc 3) : user can log in application A only if he is logged in application B and I have to do this using OpenId. I know how to implement it in aplication A (implement ...
0
votes
1answer
56 views

Bodysnatcher “OpenId Provider” attack question

Okay so basically here's the Bodysnatcher OpenId Provider attack scenario. Bob's Google claimed identifier is the following, ...
0
votes
3answers
277 views

Problems integrating openId selector with Asp.Net MVC 2

I am trying to use the openid selector javascript library to allow OpenId login for a web site. I'm following the instructions on this site, but I'm not usually a web programmer and its not working ...
0
votes
1answer
63 views

Is there a way to use OpenID for identification (not just authentication)?

Is there a way to perform identification with OpenID, not just authentication? With OpenID i give an OpenID-enabled web-site my identifier, e.g.: And then the relying party asks the OpenID ...
0
votes
1answer
229 views

Specify popup size for a Dotnetopenauth OpenID Provider

I am implementing a SSO solution for a controlled set of web sites using Dotnetopenauth. It's really cool once you get the hang of it. I am using the SelectorProviderButton on the RP side, as this ...
0
votes
1answer
146 views

Getting values from the query string using Janrain's PHP OpenID library

I am using Janrains PHP openID library. All is working perfectly except when I try and pull values from the query string on the script that is returned to after the user is authorized. Here is the ...
0
votes
1answer
51 views

Value of dh_modulus and dh_gen in OpenID

In the association stage of the OpenID process, Diffie-Hellman is used to encrypt the OpenID.session_type value. For using diffie-hellman, we have to generate the value of dh_modulus(p) and dh_gen(g) ...
0
votes
1answer
170 views

phpMyID configuration problems

I have followed the instructions on the read me file and everything seems to be working but when I try to use my own domain address as my OpenID for stackoverflow, I get this error message: Unable ...
0
votes
0answers
42 views

security aspects in openid

what security aspects should be kept in mind while implementing openid from scratch(without using library).
0
votes
2answers
189 views

how to get url endpoint openid provider

how to get end point url of a openid provider like for google if we get from https://www.google.com/accounts/o8/id or for yahoo it is http://me.yahoo.com .Similarly , for others how to find this ...

1 2