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 !
Changed the OpenIDServerSystem to use the endpoint_url instead of
the server_url, which makes a difference when SSL is used.
dbloete (author)
Thu Apr 24 04:17:31 -0700 2008
commit  b232739ee96905bcf8c292d14bca355f33748119
tree    fea3f4cd8413ed599ddb6df176c857ac1b62aa18
parent  285124914507d7d6b14189c7c6ea7795abfd645c
...
14
15
16
17
 
18
19
20
...
14
15
16
 
17
18
19
20
0
@@ -14,7 +14,7 @@ module OpenidServerSystem
0
   # OpenID server reader, use this to access the server
0
   # functionality from inside your server controller
0
   def openid_server
0
- @openid_server ||= OpenID::Server::Server.new(openid_store, server_url)
0
+ @openid_server ||= OpenID::Server::Server.new(openid_store, endpoint_url)
0
   end
0
   
0
   # OpenID parameter reader, use this to access only OpenID

Comments

    No one has commented yet.