openid

Google Openid authentication and identification of Domain Admin

I have implemented Google openid authentication for my web application (ruby on rails) , now once authenticated how am i suppose to get the status of that particular user ? like if the user which has been authenticated is a domain admin or not ? i have googled it a bit and came up with Google provisioning ApI and ClientLogin authenticati...

The Most Secure Implementation of OpenID

What is the most secure implementation of OpenID technology? Is there someone out there who knows enough about security, cryptography and OpenID specifications? No rumors, just facts. I would like to know all about insecurities of network communication process between OpenID provider and OpenID-enabled site during: logging in is user...

Use of URL Fields in Doctrine

I am building the site and planning on implementing OpenID. I can get an OpenID URL back from Google, but Doctrine appears to do funny things with URLs in the where clause of my query. How can I fix that? Here is the function /* This function queries docrtrine for a user OpenID URL * and returns the user object. */ function getUserBy...

How to distinguish/identify users with OpenID without requesting SReg fields?

I've been toying with the JanRain OpenID PHP Library, mostly following along with a tutorial I found on ZendZone. How does one distinguish between users - especially Google users, who all end up using the same OpenID URL, https://www.google.com/accounts/o8/id ? Basically, I'm at the point where I can detect that they have an OpenID acc...

How to authorize an OpenID user on MVC Controller

I'm looking at the [Authorize(Roles = "DefaultUser")] available in MVC, but I can't seem to figure out if I can use it with DotNetOpenAuth. I'm using OpenID as my sole membership provider, but I have a few generic items in a UserProfile table. I don't want anyone except the appropriate user to be able to access the edit controller. EX...

OpenAuth .Net Claims Request is always null

I've been using DoNetOpenAuth library and followed the example here The authentication is working, but even though I require an email, the claimsresponse is null. In fact, it doesn't matter what I require, claimsresponse is always null. Not sure what I'm doing wrong and I'd appreciate your help. Thanks in advance. Here is my login but...

OpenID log in is slow

I have implemented OpenID on my website, so that a user can successfully use the system to authenticate. However, it seems like the redirect from my site to the OpenID provider and the redirect from the provider back to my site takes a long time. I am using PHP and the CodeIgniter framework, with the provided library on their wiki. Wh...

OpenID endpoints

Hi, I would like to allow users to log in into my website with OpenID. So far I integrated Google and Yahoo. What other popular services are offering OpenID login endpoints? I'm particulary interested in Windows Live (but from what I've seen they recently closed the endpoint, and I couldn't find any information about new one). What ab...

How do I make a tipfy app accept own-auth, OpenID, and more?

Tipfy's user-authentication tutorial advertises its unified system that accepts all of Google, own-auth, OpenID, OAuth, and Facebook authentication; but the examples so far show exclusively Google auth and exclusively own-auth. How do I make the other authentication options available? ...

Php OpenID fault in google accounts

hi I'm use"PHP OpenID" for login with Google accounts into my site(forum and wiki) but when i send my profile address and i signed in bellow error are shown: OpenID authentication failed: Nonce already used or out of range 1.where is the problem and how can i fix it? 2.how can get picture and another information's from a Google profi...

Which openid / oauth library to connect a django project to Google Apps Accounts?

I'm working on an intranet django project (not using GAE) for a company that uses Google Apps for login. So I'd like my users to be able to log in to my django project using their google accounts login. OpenID seems appropriate, although maybe Oauth might work too? I see a lot of similarly named libraries out there to connect django's...

DotNetOpenAuth with Ajax on Visual Studio 2010 .NET 4 problem

I have been using DotNetOpenAuth's "OpenIdTextBox" control on our login page. We used VS 2008 + .NET 3.5 + Ajax UpdatePanel without any issues. Today we tried to upgrade the whole project to VS 2010 + .NET 4.0, the Ajax UpdatePanel gives me a javascript error when it redirects to the provider (such as Google) to sign in. "Sys.WebForms...

Running my own OpenID identity server/service (php)

i need to provide openid service to users on my domain. They all have unique subdomains such as: abc.example.com and i want them to use abc.example.com as their openid identity... I read this - https://www.myopenid.com/help#own%5Fdomain - but it looks like its for (a) ONE user and (b) I need to have an existing myopenid/similar account....

Is there an easier way to implement openid?

I've been banging my head against the wall trying to add openid to my PHP webapp, but none of the libraries provided seem to do it in a clean and simple way. Is there any way to implement openid SSO without being forced into more design choices than is necessary? The janrain library - being the most popular - is also the most unwieldy,...

hotmail or live id openid support ?

Is windows Live ID or hotmail ID supports OpenID based authentication ? if yes, what is endpoint url ? Do I have to register my application somewhere to use it ? or does it have their own api ? Thanks. ...

Can I log users logins when using openID

I'm setting up a login system for a site and someone suggested using openID instead. In my current setup, I log users' login attempts into a db table. When using openID, would I still be able to have that fine-grained control or not? ...

PHP: LightOpenID, how to fetch account data from provider?

Hi! I'm having problems with a small OpenID-library called LightOpenID . I can authenticate to almost all providers, but I don't know how to fetch the data from the provider. I only get Array(), eaven with print_r(). ...

OpenID integration

How can I integrate OpenID into my website so people can login with their Google, Twitter, or Facebook credentials? ...

IE8 gets stuck while sending openid authentication request with activated attribute exchange

I´m getting a problem sending the authentication request with activated attribute exchange. It works with FF and Opera but IE seems to have a problem with it. The error occurs within the request.RedirectToProvider(). The Url within the address bar shows the endpoints url. Here is a code snippet where the authentication request is crea...

Devise with OpenID in Rails3 beta4 but raise [undefined method `apply_schema'] error

Hi friends, I have use devise_openid_authenticatable to support OpenID with devise in rails3 beta4. But when I run rake db:migrate, it occurs [undefined method `apply_schema'] error.like this: == DeviseCreateUsers: migrating ============================================== -- create_table(:users) rake aborted! An error has occurred, all...