rephrase a meaningless sentence

This commit is contained in:
Damien Laniel 2007-06-14 17:50:40 +00:00
parent 6a5f0479a1
commit 514b15a52f
2 changed files with 5 additions and 4 deletions

View File

@ -389,8 +389,9 @@ Identity and session dumps should be restored to prepare the logout request.
lasso_logout_build_request_msg(logout);
The service provider must then make a SOAP request to the identity provider;
``msg_url`` and ``msg_body``. You should then pass the answer to Lasso::
The service provider must then make a SOAP request to the identity provider as above with
LASSO_PROFILE(logout)->msg_url and LASSO_PROFILE(logout)->msg_body values.
You should then pass the answer to Lasso::
lasso_logout_process_response_msg(logout, answer);

View File

@ -346,8 +346,8 @@ Identity and session dumps should be restored to prepare the logout request.
$lassoLogout->buildRequestMsg();
The service provider must then make a SOAP request to the identity provider;
``$msgUrl`` and ``$msgBody``. You should then pass the answer to Lasso::
The service provider must then make a SOAP request to the identity provider as above with
$lassoLogout->msgUrl and $lassoLogout->msgBody values. You should then pass the answer to Lasso::
$lassoLogout->processResponseMsg($answer));