OpenID is an open standard that allows users to be authenticated by co-operating sites

learn more… | top users | synonyms

-1
votes
1answer
21 views

how can you use openID to authenticate different kind of users?

How can you have users authenticate on a web site with different permissions. I would like to have administrator, superuser, collaborators and normal users. In particular, I would like to restrict ...
0
votes
1answer
38 views

How to configure simpleid to claim my ID?

I am trying to configure Apache as an OpenID provider using simpleid. I have followed the instructions to the letter till I got to the part about "Claim your identifier". Now, this is where I am ...
1
vote
1answer
122 views

Using Apache HTTP user in Tomcat?

I need users to authenticate in Apache HTTP for some static resources (using mod_auth_openid. I also have a Tomcat application running. How can I accept the HTTP user as the Tomcat user, so the users ...
0
votes
1answer
264 views

How can I set up an authentication system with single instance storage of credentials and several authentication methods/interfaces?

Background: I have a collection of Linux-based servers (let's say a few dozen) that are hosted in different locations. Some servers are lone satellites while others are hosted together in the same ...
-1
votes
1answer
269 views

Any Windows based OpenID servers out there? [closed]

I've been looking to setup an OpenID server for a special project, but haven't found any workable OpenID server software packages. Originally was looking for a *nix solution, and found several, but ...
2
votes
1answer
575 views

Single Sign-on for Intranet WordPress using OpenID (or OAuth), IIS, Integrated Windows Authentication, Active Directory?

Is it possible to have single sign-on for intranet WordPress sites by using OpenID (or OAuth), IIS, Integrated Windows Authentication, Active Directory? I'd like to have Active Directory users ...
2
votes
1answer
63 views

PhpMyID and mobile browsers

I have PhpMyID running on my server. When I use my own provider to log in with any desktop browser, it works just fine. But when I try to log in with my handheld device which is running Android 2.2, ...
0
votes
1answer
243 views

Looking for Forum software / CMS with openID registration [closed]

I'm looking for a forum software which can run on a regular LAMP server (preferably). But the main requirement is that the end-users shouldn't need to register etc. Just let them login with an openID ...
1
vote
1answer
664 views

Set up Jenkins to use Crowd's OpenID for SSO?

Been trying to get Jenkins to work with Crowd's OpenID server so we can use single sign-on like with our Atlassian stuff (the Jenkins Crowd plugin can't do SSO). Can't seem to find the proper OpenID ...
1
vote
1answer
157 views

Searching for a php based webforum that has openId support

I am looking for an php based webforum, that I can install on my webspace. I have only one requirement, I don't want to store user account data in my forum, it would be great if the users, that want ...
0
votes
2answers
92 views

OpenID client is failing due to content negotiation on Apache representing OpenID server

I am trying to login to Superuser with OpenID, and it generates a request like this: telnet phor.net 80 GET /professional HTTP/1.0 Accept:text/html,application/xhtml+xml,application/xrds+xml` And ...
1
vote
1answer
492 views

openID delegation - no endpoint found

I posted this query on staackoverflow main but it was suggested I should ask here. Sorry for the non-openID login, but as you can see, I'm having some issues. In short: A couple weeks ago I noticed ...
2
votes
2answers
685 views

OpenID server with PHP

We have an existing user database (in our SMF forum) and we want to setup an OpenID server so that our users can use their account to login also on other sites. The user database can be accessed via ...
2
votes
2answers
182 views

Is there an OpenID demo server out there?

I'm doing some experiements with adding OpenID to something I'm working on, and I'd like to test out a few providers. Is there a server out there that will go through the OpenID login process (same ...
16
votes
6answers
1k views

Is OpenID this easy to hack or am I missing something?

For those Relying Parties (RP) that allow the user to specify the OpenID Provider (OP), it seems to me than anyone that knows or guesses your OpenID could Enter their own OP address. Have it ...
8
votes
5answers
593 views

Is open id secure?

Is open ID secure, for example can you use it to log into bank accounts?
0
votes
1answer
141 views

Apache fails when I pass an URL as an argument

Hey everybody, Im really confused about this problem. Ill try to describe it: The problem is: ...
1
vote
2answers
583 views

DNS trouble - think it might be caused by two NS records

About a week ago, I updated my DNS, adding: HOST, TYPE, VALUE, TTL *.soup-team.com CNAME www.myopenid.com 3600 mail.soup-team.com CNAME ghs.google.com 3600 HOST, TYPE, VALUE, MX, TTL soup-team.com ...
1
vote
1answer
102 views

Can you recommend a robust OpenAPI 2.0 provider?

Help me find a robust OpenID 2.0 provider! We're looking at various SSO solutions for our organization, and I would like to suggest OpenID as a viable option, since (a) there is good consumer support ...
2
votes
3answers
4k views

How do accept multiple authentication options in Apache?

I want to protect a path in my VirtualHost but allow users a variety of authentication options (e.g. mod-auth-cas, mod-auth-openid and mod-auth-digest.) How do I set up the virtual host definition to ...
1
vote
2answers
705 views

OpenID provider using Apache SSL/FakeBasicAuth?

I'd like to set up an OpenID provider for our group, which we can use to log in to internal and external OpenID-aware services (e.g. stackoverflow.com). Our users all have X.509 certificates issued ...
21
votes
25answers
2k views

Is Open ID better than the usual LogIn system? [closed]

We are developing a web system and considering using the Open Id feature. Do you think it is any better than the usual way of loggin users in? If we use the Open Id feature that means the users will ...
4
votes
5answers
309 views

Alleviating the Password Explosion Problem

Don't you just hate it when your password explodes, letting the magic smoke out of your server, and setting lp0 ablaze? In all seriousness, the number of places a person needs a username and password ...
0
votes
2answers
163 views

Distributed User Authentication

I have an heterogeneous system in my office with different OS and they change rapidly. I was looking for a solution to get authentication in a distributed way like OpenID so I can login machine_A ...
26
votes
8answers
980 views

Is there a danger in fake OpenID providers?

I've been wondering. Since anybody can start an OpenID provider, and since there is no central authority that approves OpenID providers, why won't fake OpenID providers become a problem? For example, ...