diff options
| author | Nicolas Clapies <nclapies@entrouvert.com> | 2004-08-24 15:37:55 +0000 |
|---|---|---|
| committer | Nicolas Clapies <nclapies@entrouvert.com> | 2004-08-24 15:37:55 +0000 |
| commit | c2dab2b685ed767b2ee39fd82d4f6dc6c82b9791 (patch) | |
| tree | 3be144642c8dd36e00331f614f29e5399cf69b3d | |
| parent | 3bdcea7ca0e6836d5a318d26e09818083a5fe991 (diff) | |
| download | lasso-c2dab2b685ed767b2ee39fd82d4f6dc6c82b9791.tar.gz lasso-c2dab2b685ed767b2ee39fd82d4f6dc6c82b9791.tar.xz lasso-c2dab2b685ed767b2ee39fd82d4f6dc6c82b9791.zip | |
*** empty log message ***
| -rw-r--r-- | lasso/id-ff/defederation.c | 12 |
1 files changed, 3 insertions, 9 deletions
diff --git a/lasso/id-ff/defederation.c b/lasso/id-ff/defederation.c index 1427d20e..701b1b53 100644 --- a/lasso/id-ff/defederation.c +++ b/lasso/id-ff/defederation.c @@ -103,16 +103,10 @@ lasso_defederation_build_notification_msg(LassoDefederation *defederation) } /* build the message */ - profile->msg_url = lasso_provider_get_federationTerminationServiceURL(provider, - remote_provider_type, - NULL); + profile->msg_url = lasso_provider_get_soapEndpoint(provider, + remote_provider_type, + NULL); profile->msg_body = lasso_node_export_to_soap(profile->request); - - if (profile->msg_url == NULL || profile->msg_body == NULL ) { - message(G_LOG_LEVEL_CRITICAL, "Error while setting msg_url and msg_body\n"); - ret = -1; - goto done; - } } else if (xmlStrEqual(protocolProfile,lassoLibProtocolProfileSloSpHttp) || \ xmlStrEqual(protocolProfile,lassoLibProtocolProfileSloIdpHttp)) { |
