summaryrefslogtreecommitdiffstats
path: root/lasso/id-ff/name_registration.c
diff options
context:
space:
mode:
authorFrederic Peters <fpeters@entrouvert.com>2005-05-11 10:28:34 +0000
committerFrederic Peters <fpeters@entrouvert.com>2005-05-11 10:28:34 +0000
commitd210785737bc78a61200e174a1906bbc22c80016 (patch)
tree177053e23ed15c09217130d2bfbdf5762d0f30eb /lasso/id-ff/name_registration.c
parent8dcc54c72a74be2907097a8939d089e0a369d35d (diff)
downloadlasso-d210785737bc78a61200e174a1906bbc22c80016.tar.gz
lasso-d210785737bc78a61200e174a1906bbc22c80016.tar.xz
lasso-d210785737bc78a61200e174a1906bbc22c80016.zip
don't check other endpoint for supported profile since *they* initiated it that
way and it seems allowed for them not to have it in their metadata.
Diffstat (limited to 'lasso/id-ff/name_registration.c')
-rw-r--r--lasso/id-ff/name_registration.c7
1 files changed, 0 insertions, 7 deletions
diff --git a/lasso/id-ff/name_registration.c b/lasso/id-ff/name_registration.c
index 8d6bc891..ce4eafad 100644
--- a/lasso/id-ff/name_registration.c
+++ b/lasso/id-ff/name_registration.c
@@ -378,13 +378,6 @@ gint lasso_name_registration_process_request_msg(LassoNameRegistration *name_reg
if (format == LASSO_MESSAGE_FORMAT_QUERY)
profile->http_request_method = LASSO_HTTP_METHOD_REDIRECT;
- if (lasso_provider_accept_http_method(LASSO_PROVIDER(profile->server),
- remote_provider,
- LASSO_MD_PROTOCOL_TYPE_REGISTER_NAME_IDENTIFIER,
- profile->http_request_method, FALSE) == FALSE) {
- return critical_error(LASSO_PROFILE_ERROR_UNSUPPORTED_PROFILE);
- }
-
nameIdentifier = LASSO_LIB_REGISTER_NAME_IDENTIFIER_REQUEST(
profile->request)->SPProvidedNameIdentifier;
if (remote_provider->role == LASSO_PROVIDER_ROLE_IDP) {