[saml2] do not set SPNameQualifier it should be reserved for SP member of an affiliation

This commit is contained in:
Benjamin Dauvergne 2010-12-13 16:20:29 +01:00
parent 6c598662a0
commit f7dbcbb2b4
1 changed files with 0 additions and 3 deletions

View File

@ -101,9 +101,6 @@ lasso_saml20_login_init_authn_request(LassoLogin *login, LassoHttpMethod http_me
lasso_assign_string(LASSO_SAMLP2_AUTHN_REQUEST(request)->NameIDPolicy->Format,
LASSO_SAML2_NAME_IDENTIFIER_FORMAT_TRANSIENT);
}
/* set name id policy SP qualifier (the 'destination' of the NameID) */
lasso_assign_string(LASSO_SAMLP2_AUTHN_REQUEST(request)->NameIDPolicy->SPNameQualifier,
request->Issuer->content);
cleanup:
lasso_release_gobject(request);