OpenId for gmail
Anybody know how to get OpenID working on gmail? 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 broken. Any others? ...
Anybody know how to get OpenID working on gmail? 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 broken. Any others? ...
I need to implement an OpenID Provider in .Net and wondered....Is there's any OpenSource code already written and available? ...
What solutions have people come up with to develop their web applications offline when they made the decision to use OpenId for site membership? Couple of ideas: Create two login pages one for OpenId and one for ASP.NET Membership Create local OpenId provider with test accounts Any thoughts? ...
I'm not asking about specific implementations, I'm not asking about the global world view of cross site single sign on mechanisms, I just want to know what the community thinks about the underlying usability of OpenID. Do you think using a URL issued by a (to the non-technical observer) random assortment of providers in place of an actua...
I implemented OpenID support for an ASP.Net 2.0 web application and everything seems to be working fine on my local machine. I am using DotNetOpenId library. Before I redirect to the third party website I store the orginal OpenID in the session to use when the user is authenticated (standard practice I believe). However I have a habit ...
I am using sfOpenID plugin for Symfony, which doesn't support OpenID 2.0. That means, for example, that people using Yahoo! OpenID can't login to my site. There is an OpenID 2.0 plugin that works with sfGuard, but I am not using nor planning to use sfGuard. Plus, it requires to install Zend framework, too, which is an overkill in my sce...
What's the secret to getting ClaimsResponse working with DotNetOpenId? For example, in this bit of code (from Scott Hanselman's blog) the ClaimsResponse object should have lots of nice little things like 'nickname' and 'email address', but the ClaimsResponse object itself is 'null': OpenIdRelyingParty openid = new OpenIdRelyingParty()...
Hi there, If I want to provide OpenID as the only registration method available AND want to do something meaningful with the nick name, how can I handle 2 users with the same Jon Smith nickname? Actually, when I looked at StackOverflow's URL schema I was surprised that the internal user ID was being used in the URL. For example: http:...
During integration Zend OpenID Server into MVC I have problem with Consumers answer (at Livejournal). It says "naive_verify_failed_return: Provider says signature is invalid". Does anyone have any ideas why it can appears? Thanks ...
I was looking at ways to authenticate users in a web app, but in a way where the main web app doesn't need to process the password. Something like OpenId, but the authentication server would definitely need to be hosted on an intranet, internet services can't be accessed by the application server. My environement is pretty much Java web...
I'm using DotNetOpenID to provide relying party OpenID support for our website. All external requests have to be brokered via a proxy server, and I'm looking for a way to tell DotNetOpenID to use this proxy. I know I can set up a global proxy config in web.config, but I currently only want this to apply to the calls made to the OpenID pr...
I'm interested to know if there's any sites out there that has implemented CardSpace as an alternative authentication. I certainly like to see how different it is from, say, using OpenID. ...
Let's say I create a website like StackOverFlow and decide to use OpenID. What's to prevent me, or anyone else for that matter, from phishing the ID's? That is, how can you truly know that any website is using OpenID and not pretending to? And how do you protect myself against this? Expanding on this, let's say one site did compromise y...
When you login to Stackoverflow you see a button with the openID logo between the text input field and the submit button. When you click this button you get a dropdown with the main openID providers. This is an integrated 3rd party service called 'ID selector' which has been deprecated in favour of it's successor RPX (rpxnow.com). RPX e...
I would like to add OpenId support to an app. It runs on ASP.NET MVC, and I would like to have it support OpenId authentication for users, and also allow users to use the app as an OpenId Provider. So basically I am looking for a good library that can be used as a provider and consumer for OpenId, and it has to be easily plugged into ASP...
When I get AuthenticationStatus.Authenticated (DotNetOpenId library) response from myopenid provider, i'd like to redirect user from login page to another one using MVC Redirect(myurl). But unfortunately, instead of getting to myurl, user is redirected to empty page: myurl?token=AWSe9PSLwx0RnymcW0q.... (+ several kilobytes of myopenid-s...
Hi I need to add OpenId feature in asp.net 2.0 How it is possible? If anyone knows the answer please help me ...
How can I integrate OpenId in ASP.Net? ...
looking tutorials for integrating OpenId feature in .net ...
Google has announced Google Friend Connect, and Facebook has announced Facebook Connect. Both services seek to solve the Single Sign On problem. Since OpenID was created to solve this issue, will it fail against the twin heavyweights of Facebook and Google? ...