public
Description: A Ruby on Rails-based OpenID server for all ya identity providers out there. It is pretty close to the current OpenID specifications and supports SReg, AX (only fetch requests, yet) and PAPE
Homepage: http://dennisbloete.de/projects/masquerade/
Clone URL: git://github.com/dbloete/masquerade.git
Click here to lend your support to: masquerade and make a donation at www.pledgie.com !
Fixed link href to endpoint url
dbloete (author)
Mon Jun 16 14:11:05 -0700 2008
commit  064a409db53110b5bcd402115d39c6edd72de42f
tree    4b7ca93ce9b815e139129290c34304e680b9855f
parent  1e1019737b38c48f0d96cff594e8cbfab9521012
...
5
6
7
8
 
9
10
11
...
5
6
7
 
8
9
10
11
0
@@ -5,7 +5,7 @@
0
     <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
0
     <% if identity_page? %>
0
     <meta http-equiv="X-XRDS-Location" content="<%= formatted_identity_url(:account => @account, :format => :xrds, :protocol => scheme) %>" />
0
- <link rel="openid.server openid2.provider" href="<%= formatted_server_url(:format => :xrds, :protocol => scheme) %>" />
0
+ <link rel="openid.server openid2.provider" href="<%= endpoint_url %>" />
0
     <% end %>
0
     <link rel="seatbelt.config" type="application/xml" href="<%= formatted_seatbelt_config_url(:format => :xml, :protocol => scheme) %>" />
0
     <link rel="Shortcut Icon" href="/favicon.ico" type="image/x-icon" />

Comments

    No one has commented yet.