openid

Clearer way to parse a token out of a string in ruby

I'm trying to clean up something for the hell of it, and looking for some better ways of going about it. The idea is that instead of using regular expressions in my rules for parsing a string, I'd like to use something closer to the routes syntax "something/:searchitem/somethingelse", then given a string like "/something/FOUNDIT/somethin...

OpenID question - multiple email accounts

Since I have multiple email accounts, whenever I'm requested to log and I go to my OpenID provider's page, there is every chance I might end up choosing an email which I've not used before. In fact, when that happens, I can even have the same 'Display name' although the accounts are totally different! In fact, in Stackoverflow itself, ...

Expression Engine: OpenID support?

Is there a way to use OpenID with EE? ...

Implementing OpenID in ASP.net "Properly" - Membership or Authentication Provider?

There are several ways to use OpenID on ASP.net sites, but none of them seem to use the existing mechanism of Membership and Authentication Providers. I wonder what the proper way would be to create a site that solely relies on OpenID? Continuing to use Forms Authentication but implementing a variant of the SqlMembershipProvider that do...

OpenId with Silverlight

What are your solutions? Has anyone successfully implemented OpenId with a Silverlight 2 app? OpenId requires a redirect to an outside site. I was looking forward to a slick Silverlighty login page for my app, but this isn't going to happen by the looks of things! ...

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 a mysql db for login systems. I would like to have it so users can log into the system using google, yahoo, facebook, etc, and without th...

What should I pass for the WWW-Authenticate header on 401s if I'm only using OpenID?

The HTTP spec states: 10.4.2 401 Unauthorized The request requires user authentication. The response MUST include a WWW-Authenticate header field (section 14.47) containing a challenge applicable to the requested resource. If the only login scheme I support is OpenID (or CAS, or OAuth tokens, &c.), what should I put in this...

OpenID in a load-balanced situation

Hi, I'm looking at implementing an OpenID provider ('OP') using Java + Tomcat/JBoss. Now one of the key things about OpenID is that The user communicates with both the OP and the RP and has a session with both sites. The OP and RP communicate with each other to ensure the user hasn't faked anything. A subject I've not been able to ...

Any python OpenID server available?

Any python OpenID server available? I'd like to host my own openid provider, is there anything available in python? ...

Page.User.Identity.IsAuthenticated return always false in safari

I am using DotNetOpenId and Asp.NET MVC. I have the following problem: When using IE not problem I can login and when I check the Page.User.Identity.IsAuthenticated I get true. If I test this in Safari for Windows the Page.User.Identity.IsAuthenticated is false. If I use Safari in Mac I can Login without a problem. Any Idea? What Other...

Best way to use OpenID authentication with Azure?

I'm struggling to get OpenID working on a Windows Azure application. I'm currently using DotNetOpenAuth (used to be DotNetOpenID) and first I had a problem with the relay step since Azure uses port 20000 internally and that was getting passed back and forth. I found a workaround for this (I'll write a blog post for it). Next issue is ...

how to implement openid support with classic asp?

I'd like to implement something like stackoverflow's login system in classic asp... is it possible? thanks in advance... ...

OpenId + remember me / staying logged in

I have a question as to how / what the best approaches are to using OpenId and also providing the ability to stay logged in. If i look at Stackoverflow for example i have logged in using Google and if i close by browser and come back it still has me as logged in. However, i am not logged into Google and moreoever I have removed stackov...

Implementing .Net OpenId with ASP.Net MVC

The sample I downloaded from DotNetOpenId has different files than the MVC 1.0 application I get when I create a new application. I am new to MVC and openId, all the examples I have come across are very old. Can anyone point me to examples of implementing Openid with ASP.net MVC using DotNetOpenId. ...

multiple security:custom-authentication-provider

In applicationContext.xml, it is valid to defined mmultiple security:custom-authentication-provider ? for example <bean id="dummyAuthenticationProvider" class="com.user.sample.gwtspring.server.security.JDBCDummyAuthenticationProvider"> <security:custom-authentication-provider /> </bean> <bean id="dummyAut...

Turning off security for /

I am using openID on my site for login and need it to fetch the XRDS document So I unsecured it <location path="xrds.aspx"> <system.web> <authorization> <allow users="?" /> </authorization> </system.web> </location> But when the openID server checks the domain for the locati...

Changing the action of a form with javascript/jquery

I'm having an issue that is driving me crazy. I'm trying to modify the openid-selector to support facebook. I'm using RPXNow as my provider so it requires the form to be submitted to a different url than the standard. For example. RpxNow requires me to setup my form like this: <form action="https://wikipediamaze.rpxnow.com/openid/star...

How to use Microsoft Account in an openID site?

I am planning to build a site with openID authentication , most of my target users will register in the site using Microsoft accounts (hotmail/live/windowslive). Is there anyway to use Microsoft accounts as openID? ...

Janrain's PHP-OpenID and Google/Yahoo

I'm using Janrain's PHP-OpenID 2.1.3, and I've managed to get it working with all the providers I have tried except for Google and Yahoo. The major difference here seems to be that Google and Yahoo, unlike most other providers, don't use a user-specific URL, but rather have the user discovery framework all on their end - which throws the...

ruby Openid compliant lib

Hi guys, I'm using ruby openid compliant library so I can be an openid consumer, I got the sample and when I try to start-up the service, it show errors like /var/lib/gems/1.8/gems/actionpack-2.3.2/lib/action_controller/session/cookie_store.rb:163:in `ensure_session_key': A key is required to write a cookie containing the session data...