active questions tagged openid - Stack Overflowmost recent 30 from stackoverflow.com2009-11-29T17:48:29Zhttp://stackoverflow.com/feeds/tag/openidhttp://www.creativecommons.org/licenses/by-nc/2.5/rdfhttp://stackoverflow.com/questions/1810862/provide-your-own-openid-server2Provide your own openid servermaestrojed2009-11-27T22:38:49Z2009-11-29T00:13:03Z
<p>Right now I use 3rd party sites to act as my openid provider (myvidoop and myopenid). I was thinking about enabling my site to act as my provider. I thought for sure there would be some scripts I could install and achieve this easily. I have tried janrain's apps, clamshell, phpmyid, etc. I could not get any of these to work. I am pretty competent in web dev so I was surprised.</p>
<p>Do you think I should just stick with myOpenID?</p>
<p>Are there scripts that you would recommend to achieve what I want?</p>
<p>I don't need to provide authentication of multiple people, just me. I don't need to authenticate openid users on my site.</p>
http://stackoverflow.com/questions/1043960/how-to-login-without-leaving-rp-by-showing-the-op-login-window-in-iframe0How to login without leaving RP by showing the OP login window in iframe ?2009-06-25T13:32:32Z2009-11-27T14:17:12Z
<p>How to login without leaving RP by showing the OP login window in iframe ?</p>
<p>I am using Openid Provider for the login in my Website.</p>
<p>how to implement the login window inside the iframe.</p>
http://stackoverflow.com/questions/1794878/how-do-i-use-open-id-in-ruby-on-rails0How do I use open id in ruby on rails?Max Schmeling2009-11-25T05:36:24Z2009-11-26T12:28:39Z
<p>There doesn't appear to be any recent information about using Open ID in Ruby on Rails... the only walkthroughs that I can find do not work anymore. Does anyone know of a walkthrough or documentation that will actually work with modern versions of ruby on rails and required software?</p>
<p>I've been struggling with this for days and cannot make anything work. </p>
http://stackoverflow.com/questions/1795943/liferay-google-openid-how0Liferay + google openid HOW?JOKe2009-11-25T10:15:21Z2009-11-25T10:15:21Z
<p>Is there someone who knows how to use Liferay 5.2.3 the most up2date free version of liferay with google openid ? I've try to use the <a href="http://www.google.com/accounts/o8/id" rel="nofollow">http://www.google.com/accounts/o8/id</a> url but it doesnt work. For example with www.myopenid.com it works without problems.</p>
<p>After trying with <a href="http://www.google.com/accounts/o8/id" rel="nofollow">http://www.google.com/accounts/o8/id</a> I was forwarded to google signin page but after I authenticate and grand the liferay for permission, liferay doesn't handle the response correctly so I couldn't log in. </p>
http://stackoverflow.com/questions/1791465/list-of-openid-urls0List of openid urlsPasta2009-11-24T17:04:28Z2009-11-24T17:04:28Z
<p>I am creating an openid authentication code for my website. I need to show a list of URL's (google, yahoo, etc) that the users can select. I can't find all the open id URL's of these other websites. Is there a list somewhere?</p>
<p>I know that google is <a href="https://www.google.com/accounts/o8/id" rel="nofollow">https://www.google.com/accounts/o8/id</a>. Is there a list showing major openid providers and their URLs?</p>
http://stackoverflow.com/questions/1530681/openid-forbidden-error1Openid forbidden errorGaurav Sharma2009-10-07T10:11:25Z2009-11-24T08:03:09Z
<p>After I was able to get it (open id library) installed properly, I am facing some problems in getting it to work. I am using the <a href="http://jvance.com/pages/JQueryOpenIDPlugin.xhtml" rel="nofollow">open id selector</a> a jquery plugin.</p>
<p>The problem is that when I click on any open id provider image I get an error message saying something like this (after the form is posted to try_auth.php with necessary parameters).</p>
<blockquote>
<p>'Forbidden</p>
<p>You don't have permission to access /Auth/try_auth.php on this server.</p>
<p>Additionally, a 404 Not Found error was encountered while trying to use an ErrorDocument to handle the request.'</p>
</blockquote>
<p>what is wrong with my configuration.? please help.</p>
<p><strong>I have hosted my site on a shared hosting.
Does openid implementation has something to do with this.? <br>
I am asking this because I am not able to set the PHP settings through this method 'ini_set()' in my script.</strong>
thanks</p>
http://stackoverflow.com/questions/1782746/dotnetopenauth-token-is-it-required0dotnetopenauth token ? is it required?df2009-11-23T12:06:38Z2009-11-23T21:23:14Z
<p>Hi,
I've implementend openId login system on my site and it works ok, but when i compare what is send to openidprovider and back is different with that what is send by stackoverflow.com for example whis send s paramenter and token parameter?
Are these parameteres custom parameters send by stackoverflow or dotnetopenid can sand them but you have to turn it on?</p>
<p>Is that token against CSRF attack?</p>
http://stackoverflow.com/questions/1780842/why-does-my-openid-app-receive-different-google-openids-from-different-client-mac1Why does my OpenID app receive different Google OpenIDs from different client machines for the same user?Andrew Swan2009-11-23T02:35:55Z2009-11-23T05:12:25Z
<p>I'm adding OpenID login to a small web app using Spring Security 2.0.5. I want to be able to identify users within my application based on the OpenID identifier with which they logged in. This works fine when using Verisign as the provider; each identifier is a user-specific URI like <a href="http://jbloggs.pip.verisignlabs.com/" rel="nofollow">http://jbloggs.pip.verisignlabs.com/</a>, which is easily looked up in my user database to find "Joe Bloggs".</p>
<p>However when a user enters the standard Google OpenID identifier (www.google.com/accounts/o8/id), the identifier sent by Google upon successful authentication (something like <a href="https://www.google.com/accounts/o8/id?id=AItOawnKrvwaGk9YU0q9STQGj9G7XIRlNmsjuiI" rel="nofollow">https://www.google.com/accounts/o8/id?id=AItOawnKrvwaGk9YU0q9STQGj9G7XIRlNmsjuiI</a>) varies from machine to machine <em>for the same user</em>. This makes it impossible (or at least impractical) to identify that user by looking up their identifier in my user database.</p>
<p>How can I get Google to always send the same identifier for the same Google user?</p>
<p>FWIW, the app runs in JBoss 3.2.7 with embedded Tomcat 5.0.28.</p>
http://stackoverflow.com/questions/1781071/using-openid-rpx-and-maybe-oauth-for-a-restful-web-service0Using OpenID (RPX) (and maybe OAuth) for a RESTful web serviceSarge2009-11-23T04:19:21Z2009-11-23T04:19:21Z
<p>How would you combine OpenID with a RESTful web service?</p>
<p>The personal project I'm working on is using the RPX SaaS to do OpenID. The key result of this is URL describing the logged in user. The app itself is heavily Javascript and I'm planning on using a REST api to communicate with the backend for database persistence and spatial processing.</p>
<p>The security requirements on this application aren't big. I want to know which user is making a request. I don't believe I need to use SSL to be confidential about the data and I don't want the overhead of running SSL.</p>
<p>I'm using Spring and would like to use Spring Security (Acegi) if possible but I'm not wedded to that idea.</p>
<p>Options:</p>
<ol>
<li><p>Return the OpenID URL to the Javascript app, use this to retrieve the list of resources for the user and then retrieve/save/etc those resources by id.</p></li>
<li><p>Create a session table which connects the OpenID URL with a random session token. Return the token to the Javascript app which must then return the token with every subsequent request.</p></li>
<li><p>Use the session from option 2 as the Consumer Token, etc for OAuth. Initially, the session would be sent to the app using PKI encryption.</p></li>
<li><p>Rely on J2EE HTTP Session.</p></li>
</ol>
<p>Of these options I'm leaning towards option 2. Hijacking the session would be difficult as the attacker would have to guess the session id and I don't believe the application requires protection from sniffing. Option 3 is essentially the same as option 2 but the session id isn't available for sniffing. Option 4 puts the OpenID URL into the server's memory and causes all the scalability problems REST is designed to avoid.</p>
<p>I'm grateful for any discussion on this.</p>
http://stackoverflow.com/questions/1776474/simple-openid-authentication-code-for-net-mvc1Simple OpenID authentication code for .NET MVCAndy2009-11-21T19:29:59Z2009-11-23T02:07:41Z
<p>Is there a simple example of OpenID authentication implemented using MVC ?</p>
http://stackoverflow.com/questions/1775349/how-do-i-setup-a-functional-test-to-authenticate-openid-with-authlogic0How do I setup a functional test to authenticate openid with authlogic?dchua2009-11-21T12:25:53Z2009-11-21T12:25:53Z
<p>I have a functional test that is supposed to call ROTS (Ruby Openid Test Server) to act as an identity.</p>
<p>In my UsersControllerTest, I have the following:</p>
<pre><code> test "creating a user" do
get :create, :user => {
:username => "woot",
:email => "someone@someone.com",
:persistence_token => '6cde0674657a8a313ce952df979de2830309aa4c11ca6...',
:openid_identifier => 'http://localhost:1123/john.doe?openid.success=true'
}
assert_response :redirect
# up to this point, the test passes. The following fails
assert_equal(User.all.count, 1)
end
</code></pre>
<p>Problem iss, I don't know how to continue writing the test after the 'assert_response :redirect' as I know that the identity server needs to return something so that it would continue the block of code. </p>
<p>What should I do to simulate that the identity has been confirmed by the identity server?</p>
<p>Here's what my code look like in my User Controller</p>
<pre><code> def create
@user = User.new(params[:user])
@user.save do |result|
if result
flash[:notice] = "Registration successful."
redirect_to "/"
else
render :action => 'new'
end
end
end
</code></pre>
http://stackoverflow.com/questions/13254/openid-authentication-in-ruby-on-rails8OpenID authentication in Ruby on Railsmartinatime2008-08-16T17:54:58Z2009-11-21T07:40:04Z
<p>I am a neophyte with Ruby on Rails but I've created a couple of small apps. Anyway, I'm really interested in OpenID and I would like to implement OpenID authentication and maybe some Sreg stuff in a Rails app. All of the research that I have done has come up with articles that are out of date or just don't work for me. Since I'm so new to Rails I'm having difficulty debugging the issues so...</p>
<p>What is the best way to implement OpenId in Rails?</p>
<p>Thanks</p>
http://stackoverflow.com/questions/1748629/authlogic-autoregister-feature-using-my-options0authlogic auto_register feature using my optionsholden2009-11-17T12:46:23Z2009-11-20T12:12:58Z
<p>I have auto registration working with authlogic using gaizka's version of authlogic_openid which I found on Github since pelle's original addition of the feature seemed to cause issues. </p>
<p><a href="http://github.com/gaizka/authlogic%5Fopenid" rel="nofollow">http://github.com/gaizka/authlogic%5Fopenid</a></p>
<p><a href="http://stackoverflow.com/questions/1476953/using-authlogic-to-auto-create-users-bypassing-explicit-user-registeration">http://stackoverflow.com/questions/1476953/using-authlogic-to-auto-create-users-bypassing-explicit-user-registeration</a></p>
<p>This one works fine however when using the auto_register feature it ignores my options for authlogic such as retrieving the email from the openid provider... any ideas what I'm doing wrong?</p>
<p>Hhere's the example:</p>
<p><a href="http://big-glow-mama.heroku.com/" rel="nofollow">http://big-glow-mama.heroku.com/</a></p>
<p><a href="http://github.com/holden/authlogic%5Fopenid%5Fselector%5Fexample/tree/with-facebook/" rel="nofollow">http://github.com/holden/authlogic_openid_selector_example/tree/with-facebook/</a></p>
<p>You can see the difference if you register vs. login...</p>
<pre><code>#user.rb
class User < ActiveRecord::Base
acts_as_authentic do |c|
c.validate_login_field = false
# optional, but if a user registers by openid, he should at least share his email-address with the app
c.validate_email_field = false
# fetch email by ax
c.openid_required_fields = [:email,"http://axschema.org/contact/email"]
#c.required_fields = ["http://axschema.org/contact/email"]
# fetch email by sreg
#c.optional_fields = ["email"]
end
#private method to deal with emails goes here
end
#UserSession.rb
class UserSession < Authlogic::Session::Base
auto_register
logout_on_timeout true
end
</code></pre>
http://stackoverflow.com/questions/1724107/openid-how-to-best-associated-multiple-openid-accounts-to-one-user0OpenID: How to best associated Multiple OpenID Accounts to one User?jan2009-11-12T17:50:02Z2009-11-20T00:38:35Z
<p>Hello Experts,</p>
<p>I am a newbie in openID. I spend a lot of time thinking what the best-practices are to give the user the choice, to login with various OpenID enabled accounts. </p>
<p>(I have to further clarify that my system is not a system that only requires a simple "onetime authentication" for doing a blog posting, but rather is a full system like a socialnetworking site, where a user will always add more information and edit existing information for "his personal account" ...So the system itself requires to have some kind of "account" that will be associated with the work the user does.)</p>
<p>Given the case that I do not create a "dedicated useraccount with password and username for mysite" and only rely on the openID Logins i ran into the following problem:
When User "A" logins in (for the first time) via an "Google Account" then everything he does will be associated with the Google account. When he comes back and does NOT click on the "Google Account Signin" but rather "Yahoo Signin", he will be signed in but will create/get a new Account associated with Yahoo. Everything he did with the Google Account seems to be lost. Simply issuing every user an "openID indepedant and unique username" (without password) on my site doesnt not work: As if I ask for this unique username (without password) when logging in, everybody could guess the username of others and associate an OpenID with them. But if I also have to have a password for this username, than I ended up where we were in the past without openID: Then I have to issue the user some kind of "master account" (with usernam and passwort) that he can, for convenience, associate with any number of openId accounts. But for what reasony do I than have openID in this case? As the user has to remember "my masterpassword and userid" anyway... </p>
<p>=> Does this mean, that openID does not "directly" support the "free choice" of multiple Accounts? If I want the users to be able to login (for every single login) with an arbitrary openID user-account, is the only way of doing it that way:</p>
<p>1.)User logs in via an "known openID account" => thats fine nothing has to be done</p>
<p>2.)User logs in via an "unknown openID account" => "authenticate" the user via the "unknown" openId (for example Yahoo) but when the user is back on my page, state to the user, that this (Yahoo) openID account is unknown (=no further work is associcated with it=its like a new account) and ask, if he maybe logged in the last time via an other account and provide the list of supported openID accounts. The user can then choose one of the providers he used the last time (for example Google). He then in addition to the already made login (with Yahoo), he also has to login to the "older" (Google) account he used the last time. Both accounts are then "associated with each other" and any work on on the older (Google) account can now be accessed also via the newer (Yahoo) openID account/login?</p>
<p>Or is there any other way to support "multiple openID accounts" for ONE USERACCOUNT?</p>
<p>(The reason why I am asking this: OpenID is not so much known to normal endusers yet. If I print a large list with logins from Google, Yahoo to Faceebook there will be a lot of users that use Google for their initial Login, but the next time they come back maybe choose facebook (as they just left the facebook site and its more appealing to click on the facebook icon). This is how "websites worked" for the last "15 years": There was only one single way to login: One Username-Input-Field and One Password-Input Field. If I print now a huge list of account where a user has an account with each of them, the might to login with different Accounts from day to day not understanding the problem this will lead to. So the ideal world would be that a user can login via an arbitrary account of my openID-Provider list and will have all the accounts "associated" with each other...</p>
<p>I hope I was hable to describe what my problem is.</p>
<p>I really appreciate your help and ideas (mybe I am completely misunderstood here something)</p>
<p>Thank you vey much!
Jan</p>
http://stackoverflow.com/questions/1767098/authlogic-oid-with-only-openid0Authlogic-oid with ONLY OpenIDJoshL2009-11-19T22:39:38Z2009-11-19T23:10:16Z
<p>I am implementing an internal site, for which I want our company's OpenID server to be the only means of registering and logging in. To be more specific, I don't even want a normal email and password/salt to be stored for the users in this site.</p>
<p>I am using authlogic with the authlogic-oid plugin, but I am getting these errors whenever I try to make a new user:</p>
<pre><code>undefined local variable or method `crypted_password_field' for #<User:0xb68b7c00>
</code></pre>
<p>I take this to mean that authlogic is trying to generate a password for this user even though there are no password fields in my database. Is there a workaround for this, or config options I can pass to acts_as_authentic to make this work?</p>
http://stackoverflow.com/questions/1700786/which-erlang-implementation-of-openid-should-i-use-if-any2Which Erlang implementation of OpenId should I use, if any?Roberto Aloi2009-11-09T12:46:23Z2009-11-19T23:06:58Z
<p>I'd need an Erlang implementation of the OpenId protocol.
I found the following, but it seems to be a project on its early stage.</p>
<p><a href="http://code.google.com/p/erlopenid/" rel="nofollow">http://code.google.com/p/erlopenid/</a></p>
<p>Any hint or suggestion on what should I use?</p>
http://stackoverflow.com/questions/1758399/what-if-the-user-cant-log-in-with-their-openid4What if the user can't log in with their OpenID?Steve Wortham2009-11-18T19:20:44Z2009-11-19T20:09:49Z
<p><strong>Scenario:</strong>
A user logs into a site (like StackOverflow) with an OpenID. A year later they return to the site but their OpenID provider has gone out of business and won't let them log in.</p>
<p>How best should they recover from this situation? And are there any OpenID-enabled sites you know of that have already implemented a solution for this?</p>
<p>There is an <a href="http://wiki.openid.net/Relying-Party-Best-Practices" rel="nofollow">excellent article here about relying party best practices</a> and they have a good suggestion but I'm still looking for an example of this in action:</p>
<blockquote>
<p><strong>Provide Lost Identifier functionality to switch to a new
identifier without access to the old
one</strong></p>
<p>Provide a mechanism to switch an
account to use a new identifier
without access to the old
identifier(s) associated with the
account. This can take a similar form
to the traditional "Forgot your
password?" email verification dance,
assuming that you have the user's
email address on file.</p>
<p>Rationale: Users will sometimes lose
the ability to use their identifiers,
such as when their provider ceases to
offer service to them. This
functionality allows users to recover
from this situation without losing
their data.</p>
</blockquote>
<p>I have some vague idea of how I can accomplish this with a token of sorts that's sent to the user's email address. But again, if someone else has already figured out a good solution with details I may not have thought of yet, then that'd be better.</p>
http://stackoverflow.com/questions/1762387/issue-with-url-length-in-iis7-windows-server-20080Issue with URL length in IIS7 (Windows Server 2008)nfplee2009-11-19T10:40:12Z2009-11-19T10:58:10Z
<p>Hi, i have an issue with url lengths in iis7. If you go to:</p>
<p><a href="http://demo.kontrolit.com/myaccount/login.htm?ReturnUrl=aa2Fmyaccounta2FdefaultaaspxadnoaauserSuppliedIdentifierahttpa3Aa2Fa2Faaaaaaamaapenidacoma2Fadnoaareturnatoasigahandleaa7B633942228855348748a7Da7BaRINLQa3Da3Da7DadnoaareturnatoasigaxSa2FFPGusD7UvskGqfkJq4QtEYjc4fSVFoa2F3sXNwCBteGOBJ8mipo7yLsuSk2hEgLogbzn6SthYb0wY3pBQM1OQa3Da3Daopenidaassocahandleaa7BHMACaSHA256a7Da7B4b051c2ba7Da7ddufPa2BAa3Da3Da7Daopenidaclaimedaidahttpa3Aa2Fa2Faaaaaaaaaopbnidacoma2Faopenidaidentityahttpa3Aa2Fa2Faaaaaaaabcpenidacoma2Faopenidamodeaidaresaopenidansahttpa3Aa2Fa2Fspec" rel="nofollow">http://demo.kontrolit.com/myaccount/login.htm?ReturnUrl=aa2Fmyaccounta2FdefaultaaspxadnoaauserSuppliedIdentifierahttpa3Aa2Fa2Faaaaaaamaapenidacoma2Fadnoaareturnatoasigahandleaa7B633942228855348748a7Da7BaRINLQa3Da3Da7DadnoaareturnatoasigaxSa2FFPGusD7UvskGqfkJq4QtEYjc4fSVFoa2F3sXNwCBteGOBJ8mipo7yLsuSk2hEgLogbzn6SthYb0wY3pBQM1OQa3Da3Daopenidaassocahandleaa7BHMACaSHA256a7Da7B4b051c2ba7Da7ddufPa2BAa3Da3Da7Daopenidaclaimedaidahttpa3Aa2Fa2Faaaaaaaaaopbnidacoma2Faopenidaidentityahttpa3Aa2Fa2Faaaaaaaabcpenidacoma2Faopenidamodeaidaresaopenidansahttpa3Aa2Fa2Fspec</a></p>
<p>The page will load fine but if you add one more character to the end it will throw an error. This might seem abit picky to you but it's stopping me from using open id on my login form since it returns a long url. One option i did consider was changing the requestFiltering, therefore in my web.config i have the following:</p>
<p>
</p>
<p>But this did not resolve the issue. I'd appreciate it if someone could help. Thanks</p>
http://stackoverflow.com/questions/1476953/using-authlogic-to-auto-create-users-bypassing-explicit-user-registeration2using authlogic to auto create users bypassing explicit user registerationholden2009-09-25T12:09:05Z2009-11-19T09:35:47Z
<p>Hello,</p>
<p>I'm wondering how to go about using Authlogic to auto register a user who chooses to use open id. Right now they have to register first before being able to login in, even if they choose open id, but I'd prefer if they could just login directly provided I get all the necessary details from the open id provider. But I'm not sure how to go about doing this? </p>
<p>Would I do it inside my user session controller or is there some fancy way to extend authlogic inside the model?</p>
<p>If someone could point me in the right the direction, i'd be grateful.</p>
<p>Here's an example of what I have now with the two pages:</p>
<p><a href="http://morning-warrior-55.heroku.com/" rel="nofollow">http://morning-warrior-55.heroku.com/</a></p>
<p>Thanks,</p>
http://stackoverflow.com/questions/1431866/authlogic-openid-autoregister-feature-tries-to-duplicate-registration2authlogic openid auto_register feature tries to duplicate registrationEimantas2009-09-16T09:12:55Z2009-11-19T09:32:52Z
<p>I am trying to enable openid authentication on my website as well as use <code>auto_register</code> feature of latest authlogic_openid add-on.</p>
<p>Everything works fine until second login. The first time user is created and logged in, but after I logout and try logging in into the system with same OpenID identifier I get user registration form with errors saying that username and other fields are already taken and the form is prefilled with values of earlier data passed with openid.</p>
<p>Everything is implemented by authlogic/authlogic openid tutorial except for the user session model with new auto_register call:</p>
<pre><code>class UserSession < Authlogic::Session::Base
auto_register
end
</code></pre>
<p>Any help much appreciated!</p>
http://stackoverflow.com/questions/1756748/best-coldfusion-library-for-openid3Best Coldfusion Library for OpenIDJason2009-11-18T15:24:09Z2009-11-18T20:59:55Z
<p>I am getting ready to start a project that requires using OpenID within Coldfusion 8. I have found a number of different options and was wondering what has worked the best, get's the most support, stays up to date, etc... </p>
<ul>
<li><a href="http://openid.riaforge.org/index.cfm" rel="nofollow">OpenID CFC</a></li>
<li><a href="http://www.indiankey.com/cfopenid/" rel="nofollow">CFOpenID</a></li>
<li><a href="http://cfkitopenid.riaforge.org/" rel="nofollow">CFKit OpenID</a></li>
</ul>
http://stackoverflow.com/questions/1590897/openid-for-google-app-engine0OpenID for Google App EngineVitaly2009-10-19T20:20:55Z2009-11-18T18:26:17Z
<p>I saw many links over the internet and specifically openid-consumer project (which is a part of <a href="http://code.google.com/p/google-app-engine-samples/" rel="nofollow">http://code.google.com/p/google-app-engine-samples/</a>), but it doesn't work as honestly readme file says.</p>
<p>So what's the latest update on that? Is there any way I can authenticate my web site users with OpenID from someone besides Google (like stackoverflow does)?</p>
http://stackoverflow.com/questions/1737434/setting-up-openid-delegation-on-a-naked-domain-with-google-app-engine-or-zoneedit2Setting up OpenID delegation on a naked domain with Google App Engine or ZoneEdittjrobinson2009-11-15T12:34:38Z2009-11-18T09:20:24Z
<p><strong>Background</strong></p>
<p>I used to have a standard Linux hosting account for my domain with both <a href="http://www.tjrobinson.net/" rel="nofollow">http://www.tjrobinson.net/</a> and <a href="http://tjrobinson.net/" rel="nofollow">http://tjrobinson.net/</a> displaying the same content. I used <a href="http://tjrobinson.net/" rel="nofollow">http://tjrobinson.net/</a> as my OpenID login which, combined with the markup below, let me use ClaimID as my OpenID provider but with a shorter, more portable and nicer identifier.</p>
<pre><code><link rel="openid.server" href="http://openid.claimid.com/server" />
<link rel="openid.delegate" href="http://openid.claimid.com/tjrobinson" />
</code></pre>
<p><strong>Problem</strong></p>
<p>I've now switched web hosting over to <a href="http://appengine.google.com/" rel="nofollow">Google App Engine</a>. The problem is I can't use <a href="http://tjrobinson.net/" rel="nofollow">http://tjrobinson.net/</a> as my OpenID login anymore as Google App Engine doesn't support 'naked domains'.</p>
<p>I use <a href="http://www.zoneedit.com/" rel="nofollow">ZoneEdit</a> to host my DNS and although I can set up a WebForward (301 Redirect) to <a href="http://www.tjrobinson.net/" rel="nofollow">http://www.tjrobinson.net/</a>, it doesn't work with the OpenID delegation.</p>
<p><strong>Question</strong></p>
<p>Is there a way I can set up OpenID delegation for the naked domain using either Google App Engine or ZoneEdit (or another free service)?</p>
<p><hr></p>
<p><strong>Update</strong></p>
<p><em>Strange, it seems to be working now - perhaps it was a problem with Stack Overflow, or my DNS changes hadn't fully propagated? It looks like the 301 Redirect does work after all, at least with the Stack Overflow and other OpenID enabled sites I've tried.</em></p>
http://stackoverflow.com/questions/1752027/implementing-openid-is-there-anything-unique-to-identify-the-user1Implementing OpenID. Is there anything unique to identify the user?Alex L2009-11-17T21:40:18Z2009-11-18T07:58:26Z
<p>I would like to implement user authentication using OpenID. </p>
<p>Is there anything unique in user data that OpenID provides that I could use as a key to remember and identify the users?
I was thinking of using the email but the user could change it.</p>
http://stackoverflow.com/questions/131091/openid-over-ssl-with-self-signed-certificate2OpenID Over SSL with self signed certificateMark Roddy2008-09-25T02:01:14Z2009-11-17T19:34:39Z
<p>I setup my own open id provider on my personal server, and added a redirect to https in my apache config file. When not using a secure connection (when I disable the redirect) I can log in fine, but with the redirect I can't log in with this error message:</p>
<p>The underlying connection was closed: Could not establish trust relationship for the SSL/TLS secure channel.</p>
<p>I'm guessing that this is because I am using a self signed certificate.</p>
<p>Can anyone confirm if the self signed certificate is the issue? If not does anyone have any ideas what the problem is?</p>
http://stackoverflow.com/questions/818749/how-to-implement-openid-using-openid4java-in-gsp0How to implement openID using openid4java in GSPGrailsNewbie2009-05-04T04:07:28Z2009-11-17T18:00:03Z
<p>How to build openID ReturnURL in gsp??</p>
<pre><code>Define a ReturnURL
This is the endpoint where your webapp will receive and process the authentication responses from the OpenID Provider.
String _returnURL = "http://example.com/openid";
</code></pre>
<p>Reference:<a href="http://code.google.com/p/openid4java/wiki/QuickStart" rel="nofollow">http://code.google.com/p/openid4java/wiki/QuickStart</a></p>
http://stackoverflow.com/questions/1087031/whats-the-difference-between-openid-and-oauth16What's the difference between OpenID and OAuth?Micah2009-07-06T13:40:02Z2009-11-16T23:44:47Z
<p>I'm really trying to understand the difference between OpenID and OAuth? Maybe there two totally separate things and I'm just totally confused. Could someone explain it to me please? </p>
<p>Thanks!</p>
http://stackoverflow.com/questions/1740138/openid-checkauthentication-not-working0OpenID check_authentication not working.Hach-Que2009-11-16T04:58:02Z2009-11-16T04:58:02Z
<p>I'm trying to get a check_authentication response working, but so far, all consumers reject it and say that my server denied check_authentication. </p>
<p>This is the GET and POST data that my server file receives:</p>
<pre><code>$_GET:
Array
(
[mode] => profile
[username] => hachque
[domain] => roket-enterprises.com
)
$_POST:
Array
(
[openid_assoc_handle] => {HMAC-SHA1}{4b00d7b2}{vo1FEQ==}
[openid_identity] => http://www.roket-enterprises.com/openaccount/openid:hachque
[openid_mode] => check_authentication
[openid_response_nonce] => 2009-11-16T04:40:18Zrrz8R4
[openid_return_to] => http://openiddirectory.com:80/openidauth/id/c/finish_auth.php?nonce=adCevd6T
[openid_sig] => SgFE5iT9IGd5EftkrZ72mgCHiLk=
[openid_signed] => assoc_handle,identity,mode,response_nonce,return_to,signed,sreg.email,sreg.fullname,sreg.nickname
[openid_sreg_email] => jrhodes@roket-enterprises.com
[openid_sreg_fullname] => James Rhodes
[openid_sreg_nickname] => jrhodes
)
</code></pre>
<p>This is the header reponse that I am outputting (contains POST data as it was explained to me on IRC that sending the key-values as headers shouldn't be done to the consumer server <strong>EDIT:</strong> Come to think of it, it doesn't make much sense RESPONDING with POST data. Maybe some here can explain the whole process of check_authentication clearly).</p>
<pre><code> Content-Type: text/plain;
Content-Length: 675;
openid.mode=id_res&openid.assoc_handle=%7BHMAC-SHA1%7D%7B4b00d7b2%7D%7Bvo1FEQ%3D%3D%7D&openid.identity=http%3A%2F%2Fwww.roket-enterprises.com%2Fopenaccount%2Fopenid%3Ahachque&openid.response_nonce=2009-11-16T04%3A40%3A18Zrrz8R4&openid.return_to=http%3A%2F%2Fopeniddirectory.com%3A80%2Fopenidauth%2Fid%2Fc%2Ffinish_auth.php%3Fnonce%3DadCevd6T&openid.signed=assoc_handle%2Cidentity%2Cmode%2Cresponse_nonce%2Creturn_to%2Csigned%2Csreg.email%2Csreg.fullname%2Csreg.nickname&openid.sreg_email=jrhodes%40roket-enterprises.com&openid.sreg_fullname=James+Rhodes&openid.sreg_nickname=jrhodes&openid.sig=MGVhMmQ1Mzg4ZWFlMWY1OWVlYjlmZmY0Njc3OTc5YWIzMjM3NGFjMQ%3D%3D&openid.is_valid=true;
</code></pre>
<p><hr></p>
<p>This is the PHP code that my file is using to handle check_authentication (remember that PHP turns all . characters into _ for $_GET and $_POST variables since they aren't valid character in PHP array keys):</p>
<pre><code> // Retrieve the OpenID information from the $_REQUEST data
// I'm not sure whether it's possible that this data might
// come in on the $_GET parameter instead of $_POST, so that's
// what it uses $_REQUEST.
$assoc_handle = $_REQUEST['openid_assoc_handle'];
$sig = $_REQUEST['openid_sig'];
$signed = $_REQUEST['openid_signed'];
// The method for returning data is via the headers outputted
// by the webserver. Create an array that stores the headers
// to be returned.
$keys = array(
'openid.mode' => 'id_res',
'openid.assoc_handle' => $_REQUEST['openid_assoc_handle'],
'openid.identity' => $_REQUEST['openid_identity'],
'openid.response_nonce' => $_REQUEST['openid_response_nonce'],
'openid.return_to' => $_REQUEST['openid_return_to'],
'openid.signed' => $_REQUEST['openid_signed'],
'openid.sreg_email' => $_REQUEST['openid_sreg_email'],
'openid.sreg_fullname' => $_REQUEST['openid_sreg_fullname'],
'openid.sreg_nickname' => $_REQUEST['openid_sreg_nickname']
//'openid_mode' => 'id_res'
);
// The server may request that we invalidate the user's session
// via $_REQUEST['openid_invalidate_handle']. In this case we
// will clear the session data (you may need to change this
// depending on how you implement the session). After doing so
// we continue and tell the server we did via a variable
if (strlen($_REQUEST['openid_invalidate_handle']) > 0)
{
// Reset the session
session_unset();
session_name('openid_server');
session_start();
// Set the header we need to return
$keys['openid.invalidate_handle'] = $_REQUEST['openid_invalidate_handle'];
}
// We need to validate the signature now. This constructs a token_contents
// for signing the data. The signing key is returned as openid.sig
// and is generated with base64(HMAC(secret(assoc_handle), token_contents)
$token_contents = '';
foreach (explode(',', $signed) as $param) {
$post = preg_replace('/\./', '_', $param);
$token_contents .= sprintf("%s:%s\n", $param, $_REQUEST['openid_' . $post]);
}
// Generate our openid.sig and add it to the list of keys to
// return.
$keys['openid.sig'] = base64_encode(hash_hmac('sha1',$token_contents,$assoc_handle));
// Add the data that we are sharing (via SReg) to the headers.
// For now this is fixed data (see action_authorization.php).
//$keys["sreg.fullname"] = 'James Rhodes';
//$keys["sreg.nickname"] = 'jrhodes';
//$keys["sreg.email"] = 'jrhodes@roket-enterprises.com';
// Just accept the request for now..
// phpMyID does some kind of secret-shared-key thing
// here to determine whether it is valid. I'm not
// quite sure how that process works yet, so we are just
// going to say go ahead.
$keys["openid.is_valid"] = "true";
// We need to format the $keys array into POST format
$keys_post = "";
$keys_post_first = true;
foreach ($keys as $name => $value)
{
if ($keys_post_first)
$keys_post_first = false;
else
$keys_post .= "&";
$keys_post .= urlencode($name) . "=" . urlencode($value);
}
// Now output the POST data
header('Content-Type: application/x-www-form-urlencoded');
header('Content-Length: ' . strlen($keys_post));
header($keys_post);
</code></pre>
<p>Can anyone help me with my problem? I've been trying to get this working for months and I can't get a straight answer on how this stage of OpenID authentication is meant to work.</p>
http://stackoverflow.com/questions/466608/openid-delegation1OpenID Delegationgubbi2009-01-21T19:20:05Z2009-11-16T04:00:03Z
<p>I have tried all the possible options to use openID delegation on my site, but none of the methods are working for me. </p>
<ol>
<li>I'm having the "link rel" tags in the head section of the HTML file.</li>
<li>I'm having the xrds location meta tags in the head section of the HTML file.</li>
<li>I'm setting HTTP Headers for X-XRDS-Location and X-YADIS-Location.</li>
<li>I've put redirection rules in the .htaccess file to send a XRDF file in case that type is requested using "Accept" header.</li>
</ol>
<p>I'm not sure whats wrong, but none of the services can find the openID endpoint successfully. Verified <a href="http://www.openidenabled.com/resources/openid-test/checkup/" rel="nofollow">here</a> and <a href="http://www.clickpass.com/" rel="nofollow">here</a>.</p>
<p>I'm trying to use <a href="http://vinuth.com/" rel="nofollow">http://vinuth.com/</a> as the openID URL and access to that page uses all the methods described above. I've verified the correctness of all the URLs used in those head tags. I've also tried permutations of using only one or two of these methods selectively. </p>
<p>tags I've put under head:</p>
<pre><code><link rel="openid.server" href="https://pip.verisignlabs.com/server/" />
<link rel="openid.delegate" href="http://gubbi.pip.verisignlabs.com/" />
<meta http-equiv="X-XRDS-Location" content="http://pip.verisignlabs.com/user/gubbi/yadis" />
<meta http-equiv="X-YADIS-Location" content="http://pip.verisignlabs.com/user/gubbi/yadis" />
</code></pre>
<p>Asking for help in a state of frustration overflow. :)</p>
http://stackoverflow.com/questions/1694020/integrate-windows-domain-authentication-with-an-external-web-site0Integrate Windows domain authentication with an external web site.camelCase2009-11-07T18:50:44Z2009-11-16T03:05:06Z
<p>I am a small time internet hosted app (SAAS) developer, when I launch I expect most of my customers will authenticate (login) to my application using the standard email + password technique.</p>
<p>However I would like to offer a better single sign-on option for larger customers who will have ready-made communities of potential users of my system. Such communities will often be running Windows desktops that are already authenticated against an in-house corporate Windows domain controller.</p>
<p>I am looking for some option to enhance my web site user authentication process and trust or delegate to the customer's domain authentication. I would be very much the junior partner in any such integration so I doubt a large corporate is going to allow me to run a satellite domain controller hooked to their system. The economics of the SAAS app won't allow for hardware VPN circuits.</p>
<p>The Azure cloud will probably be used to host my SAAS app if that helps clarify the options.</p>