Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

help configuring openid for enki blog in ruby on rails

I am trying to set up a blog using Enki. There is a config file here: http://github.com/xaviershay/enki/blob/master/config/enki.yml

Which I don't understand. I signed up for myopenID and replaced my username in the delegate, but I don't understand what goes under "open_id" - is it just my URL? I'm just not sure what's going on, or what name I should put in the admin page at all (is it the username at myopenID?).

I may have it all right, but I keep getting "OpenID server not found" so something is going wrong on both my local and remote server.

like image 511
V_H Avatar asked Oct 15 '22 06:10

V_H


1 Answers

I struggled a bit with this, and then ended up solving it.

Steps:

  1. Get a myopenid.com open id (this is easiest, though if you know what you are doing with, say, Google's OpenID then you can do that too)
  2. Comment out the last two lines of the config/enki.yml (server: http://www... & delegate: http://...)
  3. Comment out the lines after "open_id:" but NOT the line that says "open_id_delegation:"
  4. Right underneath "open_id:" write " - http://yourmyopenidname.myopenid.com"
  5. Save then goto /admin, enter yourmyopenidname.myopenid.com in the "Stop! Who are you?" box

This should get you straighted out. Good luck!

like image 180
zachaysan Avatar answered Nov 09 '22 07:11

zachaysan