openid

website with openid, facebook connect

Hi, My Google app engine java website uses opendid to login, and I plan to add facebook connect. Any thought of how to save the openid/facebook userid elegantly? Many thanks don ...

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? ...

What kind of Service is OpenID and Gravatar

The reason I ask is beacause I want to find other services like these two. It saved me alot of time developing my own solution. So what is the name of these kind of services? ...

How to use OpenID in RESTful API?

I'm building Pylons-based web application with RESTful API, which currently lacks any authentication. So I'm going to implement that and in order to avoid all the trouble and caution with storing user passwords, I'd like to use OpenID for authentication. What would be the best way to do this? Are these two things compatible? Are there ex...

OpenID provider on localhost with DotNetOpenAuth.

I have the DotNetOpenAuth sample provider running locally and it appears to correctly handle requests via the web browser. I can step through the handler for authorisation in the debugger. I have a project which can authenticate with Google and other providers but fails with the sample provider. The sample provider never sees a request ...

How to design the member system of a website considering openID?

I am designing the database of a website and I have noticed that stackoverflow adopts openID which is very impressive. But what if some users use email address which doesn't support openID. What do you think of this issue? ...

Open id authentication in the same page

I have a requirement where the login page opens up the main page in a popup, this is how I handled it in normal authentication: <http> ... <form-login login-page="/Login.html" authentication-failure-url="/LoginHandler.jsp" always-use-default-target="false" default-target-url="/LoginHandler.jsp"/> ... </http> Login page creates an aja...

Open ID implementation feedback

Hi I have found an article on implementing OpenID on my C# site http://madskristensen.net/post/OpenID-implementation-in-Csharp-and-ASPNET.aspx I have a few basic needs, mainly need to add some sort of security groups to my user profiles and the like, and I think I can do it using Open ID. My question is has anyone done much work with O...

Are there any lightweight ASP.NET MVC-based frameworks supporting OpenID?

I am looking for a lightweight framework that will allow me to knock out a MVC CRUD website very quickly, and I need it to support OpenID. Is there anything like this? ...

Google Federated Login vs Hybrid Protocol vs Google Data Authentication. Whats's the Difference?

Hi, I am trying to implement Google Authentication in my website, in which I would also be pulling some Google Data using the Google Data API and I am using Google App Engine with Jinja2. My question is, so many ways are mentioned to do it. I am confused between Google Federated Login,Google Data Protocol, Hybrid Protocol. Are these ...

Zend_OpenId_Consumer - Login failed

I get every time this error, why? OpenID login failed! $consumer = new Zend_OpenId_Consumer(); if (!$consumer->login('http://openid.org/webo')) { die("OpenID login failed!"); } ...

How to set url parameters in an array?

Hey guys I am using open id authentication on my website and after authenticating I am getting a url from openid providers i.e yahoo and google http://www.mysite.com/openid-login.php? openid.identity=https://me.yahoo.com/a/1234567&amp; openid.ax.value.nickname=john& [email protected]& http://www.mysite.com/openid-...

PHP: Problems with Facebook Connect authentification

I would like to develop an external website using Facebook Connect instead of an own login and registration process. On the first page (index.php) I have the following code for the login button: <fb:login-button v="2" size="large" autologoutlink="false" onlogin="window.location='/index.php'">Connect with Facebook</fb:login-button> Fo...

What are Some OpenID Alternatives

I am trying to integrate OpenID into my website but I am discovering OpenID website is still buggy. Does anyone know a good alternative. ...

How does Google generate its OpenID claimed_id tokens?

I'm using the django_openid_auth module and have it configured to automatically create new user accounts for new OpenIDs. This makes the "sign up" process really trivial, but I'm a bit worried that because of the way that Google generates it's OpenID tokens it might accidentally create a new account for an existing user, giving them the...

Is my OpenID correct?

Evening all. I'm implementing OpenID using the Zend Framework and Zend Auth. All is working fine except i'm a little worried that i might be storing an incorrectly modified OpenID against a user. I'm in testing mode at the moment, so i'm authenticating using my own Yahoo! OpenID. Yahoo! says my OpenID is this: "https://me.yahoo.com/a/...

Securly Storing OpenID identifiers and OAuth tokens

I am creating a web app that will use OpenID logins and OAuth tokens with Youtube. I am currently storing the OpenID identity and OAuth token/token secret in plain text in the database. Is it inappropriate to store these values as plain text? I could use a one-way encryption for the OpenID identifier but I don't know if that is necess...

Is OAuth and OpenID the right approach in this case?

I am still trying to wrap my mind around the workings of OAuth/OpenID, as such... I am developing an "installed app" that will run on computers and iPhone. A given user may install the client app on multiple machines, and all of the user's installed clients will synchronize via a centralized Google App Engine service. The GAE service ...

Saving User Registering with Authlogic and OpenID

I'm using Authlogic to for my user authentication and want to offer our users the option of registering with a traditional user name/password or OpenID and/or Facebook Connect. The problem I'm running into is that I need to save some additional user attributes that are not part of my User model. All that information is lost when the us...

It it possible to integrate OWA and OpenID?

Is it possible to integrate OWA (Outlook Web Access) and OpenID with a standard, existing component? If not, is it theoretically possible with a straightforward integration plugin (most probably using dotnetopenid)? Any hints on necessary API-s, components, technologies etc would be useful. ...