diff options
| author | Emmanuel Raviart <eraviart@entrouvert.com> | 2004-10-02 19:59:56 +0000 |
|---|---|---|
| committer | Emmanuel Raviart <eraviart@entrouvert.com> | 2004-10-02 19:59:56 +0000 |
| commit | ca8633b291b5e5de07db23c35e1ff82fc4576325 (patch) | |
| tree | 0989c77cd877b0cfcc11ff71918bf2255387dbcc /lasso/xml/errors.h | |
| parent | 7383076a6c5c24b87612ff35ddd35c4d7e5833ef (diff) | |
| download | lasso-ca8633b291b5e5de07db23c35e1ff82fc4576325.tar.gz lasso-ca8633b291b5e5de07db23c35e1ff82fc4576325.tar.xz lasso-ca8633b291b5e5de07db23c35e1ff82fc4576325.zip | |
Removed function lasso_login_process_without_authn_request_msg.
It has been replaced with:
lasso_login_init_self_addressed_authn_request(remote_providerID);
/* ...Set protocolProfile, isPassive, consent, relayState here... */
lasso_login_process_authn_request_message(NULL,
lassoHttpMethodSelfAddressed);
This change was needed because there was no way to set isPassive, consent,
etc, before.
Standardized some error codes and messages.
Diffstat (limited to 'lasso/xml/errors.h')
| -rw-r--r-- | lasso/xml/errors.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lasso/xml/errors.h b/lasso/xml/errors.h index 248d7029..23455575 100644 --- a/lasso/xml/errors.h +++ b/lasso/xml/errors.h @@ -60,6 +60,7 @@ #define LASSO_PROFILE_ERROR_INVALID_SOAP_MSG -403 #define LASSO_PROFILE_ERROR_MISSING_REQUEST -404 #define LASSO_PROFILE_ERROR_INVALID_HTTP_METHOD -405 +#define LASSO_PROFILE_ERROR_INVALID_PROTOCOLPROFILE -406 /* functions/methods parameters checking */ #define LASSO_PARAM_ERROR_BAD_TYPE_OR_NULL_OBJ -501 |
