20:
Re: Re: Installation Problem Sakai
By: Anthony Xiao
|
In response to 18 | 11/30/05 08:48 PM | ||
Hi Ian,
I have found a bug in the Sakai-LAMS plugin. I've drawn up a sequence diagram (see attachment) and realise there is something missing. Between frame 5 and 8 LAMS should invoke the Sakai’s user data callback URL to obtain user data from Sakai. But the url was never invoked. The only reason for this is the hash given to LAMS is wrong. So I try to verify the hash manually, the hash is constructed as follow; We can obtain all those variables from the soap call LAMS will reconstruct the hash value as follow... But the hash that is sent to LAMS is ceec19f3e0367001ea8659665aa7db5d26800d0b So the hash generated by the Sakai-LAMS plugin is wrong, it generated the hash as follow... The bug is the serverkey wasn’t converted to lowercase. The good news is, there is a quick fix available simply convert your serverkey to lowercase should fix the problem. In the mean time we will fix this problem in the plugin. Sorry for causing you so much trouble. Posted by Anthony Xiao |
||||
Attachments: |
Reply to first post on this page
Back to Problems Installing LAMS